0 文件夹结构
batvbs edited this page 2022-11-23 21:52:20 +08:00
This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

├─embeddings .pt模型
├─extensions 扩展
├─javascript java脚本
├─localizations 本地化翻译
├─models
│ ├─deepbooru deepbooru反推提示词
│ ├─Stable-diffusion .ckpt模型集合
│ └─VAE VAE
├─modules
│ ├─api api
│ ├─codeformer codeformer
│ ├─hypernetworks 超网络
│ └─textual_inversion 文本反演
├─scripts 脚本
├─test 测试
│ └─test_files 测试文件
└─textual_inversion_templates 文本反演模板


.ckpt模型集合 放在 models\Stable-diffusion 文件夹
vae文件也放在 models\Stable-diffusion 文件夹修改文件名和ckpt一致扩展名改为.vae.ckpt

.pt模型 放在 embeddings 文件夹