mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-08 13:59:00 +08:00
add *.safetensors
to LoRA.
parent
9cd5e5290e
commit
8e1c98ed8e
@ -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` | `<lora:filename:multiplier>` |
|
||||
| Lora | `models/Lora` | `*.pt`, `*.safetensors` | `<lora:filename:multiplier>` |
|
||||
| Hypernetworks | `models/hypernetworks` | `*.pt`, `*.ckpt`, `*.safetensors` | `<hypernet:filename:multiplier>` |
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user