mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-22 12:30:53 -08:00
changed Lora to LoRA as per convention
parent
4e12b3e03a
commit
2c55f45305
1 changed files with 1 additions and 1 deletions
|
|
@ -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 |
|
||||
|-------------------|---------------|-----------------------------------|--------------------------|
|
||||
| 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>` |
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue