| Model | Directory/Folder | File types | How to use in prompt |
|---|---|---|---|
| Checkpoints | *\stable-diffusion-webui\models\Stable-diffusion | *.ckpt, *.safetensors | (select a checkpoint model from the upper left-hand corner of the Web UI) |
| Hypernetworks | *\stable-diffusion-webui\models\hypernetworks | *.pt, *.ckpt, *.safetensors | <hypernet:filename:multiplier> |
| LoRA | *\stable-diffusion-webui\models\Lora | *.pt | <lora:filename:multiplier> |
| Textual Inversion | *\stable-diffusion-webui\embeddings | *.pt, *.safetensors, images | embedding’s filename |
| LyCORIS | *\stable-diffusion-webui\models\LyCORIS | *.safetensors | <lyco:filename:multiplier> |
© 本文著作权归作者所有。转载请联系授权,禁止商用。
🔗 系列文章
1. 如何使用 Google Colab 运行Stable Diffusion?
4. Stable Diffusion:什么是检查点模型?checkpoint
6. Stable Diffusion实战:什么是微调 Fine-Tuning
7. Stable Diffusion实战:稳定扩散基础模型与微调模型的区别
8. Stable Diffusion实战:如何创建检查点模型?
9. Stable Diffusion实战:如何微调检查点模型?
10. Stable Diffusion实战:在哪里可以找到检查点模型?
12. Stable Diffusion实战:检查点合并模型