Skip to content

Commit 1a37827

Browse files
committed
(fix) docs formatting
1 parent 16e990b commit 1a37827

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/features/LORAS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ LCM-LoRAs are models that provide the benefit of LCMs but are able to be used as
3838

3939

4040
**Using LCM-LoRAs**
41+
4142
LCM-LoRAs are natively supported in InvokeAI throughout the application. To get started, install any diffusers format LCM-LoRAs using the model manager and select it in the LoRA field.
4243

4344
There are a number parameter differences when using LCM-LoRAs and standard generation:
45+
4446
- When using LCM-LoRAs, the LoRA strength should be lower than if using a standard LoRA, with 0.35 recommended as a starting point.
4547
- The LCM scheduler should be used for generation
4648
- CFG-Scale should be reduced to ~1

docs/features/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ a single convenient digital artist-optimized user interface.
2020
### * [Prompt Engineering](PROMPTS.md)
2121
Get the images you want with the InvokeAI prompt engineering language.
2222

23-
### * The [LoRA, LyCORIS and Textual Inversion Models](CONCEPTS.md)
23+
### * The [LoRA, LyCORIS, LCM-LoRA Models](CONCEPTS.md)
2424
Add custom subjects and styles using a variety of fine-tuned models.
2525

2626
### * [ControlNet](CONTROLNET.md)
@@ -40,7 +40,7 @@ guide also covers optimizing models to load quickly.
4040
Teach an old model new tricks. Merge 2-3 models together to create a
4141
new model that combines characteristics of the originals.
4242

43-
### * [Textual Inversion](TRAINING.md)
43+
### * [Textual Inversion](TEXTUAL_INVERSIONS.md)
4444
Personalize models by adding your own style or subjects.
4545

4646
## Other Features

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ nav:
139139
- Features:
140140
- Overview: 'features/index.md'
141141
- New to InvokeAI?: 'help/gettingStartedWithAI.md'
142-
- Concepts: 'features/CONCEPTS.md'
143142
- Configuration: 'features/CONFIGURATION.md'
144143
- Control Adapters: 'features/CONTROLNET.md'
145144
- Image-to-Image: 'features/IMG2IMG.md'

0 commit comments

Comments
 (0)