mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-06 04:39:01 +08:00
changed Lora to LoRA as per convention
parent
4e12b3e03a
commit
2c55f45305
@ -40,7 +40,7 @@ Extra networks provides a set of cards, each corresponding to a file with a part
|
|||||||
| Extra network | Directory | File types | How to use in prompt |
|
| Extra network | Directory | File types | How to use in prompt |
|
||||||
|-------------------|---------------|-----------------------------------|--------------------------|
|
|-------------------|---------------|-----------------------------------|--------------------------|
|
||||||
| Textual Inversion | `embeddings` | `*.pt`, images | embedding's filename |
|
| Textual Inversion | `embeddings` | `*.pt`, images | embedding's filename |
|
||||||
| Lora | `models/Lora` | `*.pt`, `*.safetensors` | `<lora:filename:multiplier>` |
|
| LoRA | `models/Lora` | `*.pt`, `*.safetensors` | `<lora:filename:multiplier>` |
|
||||||
| Hypernetworks | `models/hypernetworks` | `*.pt`, `*.ckpt`, `*.safetensors` | `<hypernet:filename:multiplier>` |
|
| Hypernetworks | `models/hypernetworks` | `*.pt`, `*.ckpt`, `*.safetensors` | `<hypernet:filename:multiplier>` |
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user