mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
(fix) docs formatting
This commit is contained in:
parent
16e990b6e6
commit
1a37827bdf
@ -38,9 +38,11 @@ LCM-LoRAs are models that provide the benefit of LCMs but are able to be used as
|
|||||||
|
|
||||||
|
|
||||||
**Using LCM-LoRAs**
|
**Using LCM-LoRAs**
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
There are a number parameter differences when using LCM-LoRAs and standard generation:
|
There are a number parameter differences when using LCM-LoRAs and standard generation:
|
||||||
|
|
||||||
- When using LCM-LoRAs, the LoRA strength should be lower than if using a standard LoRA, with 0.35 recommended as a starting point.
|
- When using LCM-LoRAs, the LoRA strength should be lower than if using a standard LoRA, with 0.35 recommended as a starting point.
|
||||||
- The LCM scheduler should be used for generation
|
- The LCM scheduler should be used for generation
|
||||||
- CFG-Scale should be reduced to ~1
|
- CFG-Scale should be reduced to ~1
|
||||||
|
@ -20,7 +20,7 @@ a single convenient digital artist-optimized user interface.
|
|||||||
### * [Prompt Engineering](PROMPTS.md)
|
### * [Prompt Engineering](PROMPTS.md)
|
||||||
Get the images you want with the InvokeAI prompt engineering language.
|
Get the images you want with the InvokeAI prompt engineering language.
|
||||||
|
|
||||||
### * The [LoRA, LyCORIS and Textual Inversion Models](CONCEPTS.md)
|
### * The [LoRA, LyCORIS, LCM-LoRA Models](CONCEPTS.md)
|
||||||
Add custom subjects and styles using a variety of fine-tuned models.
|
Add custom subjects and styles using a variety of fine-tuned models.
|
||||||
|
|
||||||
### * [ControlNet](CONTROLNET.md)
|
### * [ControlNet](CONTROLNET.md)
|
||||||
@ -40,7 +40,7 @@ guide also covers optimizing models to load quickly.
|
|||||||
Teach an old model new tricks. Merge 2-3 models together to create a
|
Teach an old model new tricks. Merge 2-3 models together to create a
|
||||||
new model that combines characteristics of the originals.
|
new model that combines characteristics of the originals.
|
||||||
|
|
||||||
### * [Textual Inversion](TRAINING.md)
|
### * [Textual Inversion](TEXTUAL_INVERSIONS.md)
|
||||||
Personalize models by adding your own style or subjects.
|
Personalize models by adding your own style or subjects.
|
||||||
|
|
||||||
## Other Features
|
## Other Features
|
||||||
|
@ -139,7 +139,6 @@ nav:
|
|||||||
- Features:
|
- Features:
|
||||||
- Overview: 'features/index.md'
|
- Overview: 'features/index.md'
|
||||||
- New to InvokeAI?: 'help/gettingStartedWithAI.md'
|
- New to InvokeAI?: 'help/gettingStartedWithAI.md'
|
||||||
- Concepts: 'features/CONCEPTS.md'
|
|
||||||
- Configuration: 'features/CONFIGURATION.md'
|
- Configuration: 'features/CONFIGURATION.md'
|
||||||
- Control Adapters: 'features/CONTROLNET.md'
|
- Control Adapters: 'features/CONTROLNET.md'
|
||||||
- Image-to-Image: 'features/IMG2IMG.md'
|
- Image-to-Image: 'features/IMG2IMG.md'
|
||||||
|
Loading…
Reference in New Issue
Block a user