File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ git clone git@github.com:AUTOMATIC1111/stable-diffusion-webui.git _sd
67
67
68
68
依赖安装及程序运行理论上都只需要运行 ` webui-user.bat ` 就好,然而这里先对其进行修改,另外后续步骤是我在处理各种错误后复盘整理而来,建议先手动解决后再执行;
69
69
70
- ↓↓ 在原始文件内添加 ` --skip-torch-cuda-test --no-half ` 参数,如果你在 GPU 可以不改 ↓↓
70
+ ↓↓ 在原始文件内添加 ` --skip-torch-cuda-test --no-half ` 参数,如果你有 GPU 可以不改 ↓↓
71
71
72
72
``` bash
73
73
@echo off
@@ -111,7 +111,9 @@ git clone https://www.modelscope.cn/AI-ModelScope/clip-vit-large-patch14.git ope
111
111
112
112
7、提前下载好一个模型:
113
113
114
- 好像可以到「[ ModelScope] ( https://www.modelscope.cn/home " 魔塔社区 ") 」平台下载,我参考的教程推荐了「[ chilloutmix\_ NiPrunedFp32Fix] ( https://www.modelscope.cn/models/TheKernelZ/chilloutmix_NiPrunedFp32Fix/files " chilloutmix\_ NiPrunedFp32Fix ") 」
114
+ 好像可以到「[ ModelScope] ( https://www.modelscope.cn/home " 魔塔社区 ") 」平台下载,我参考的教程推荐了「[ chilloutmix\_ NiPrunedFp32Fix] ( https://www.modelscope.cn/models/TheKernelZ/chilloutmix_NiPrunedFp32Fix/files " chilloutmix\_ NiPrunedFp32Fix ") 」;
115
+
116
+ 下载后移动模型文件夹到 ` _sd\models\Stable-diffusion ` 内;
115
117
116
118
``` bash
117
119
# 这里使用平台的 CLI 工具下载,另外这个 CLI 好像本身好像就能执行模型调用??
@@ -123,7 +125,6 @@ pip install modelscope
123
125
# 指定下载路径时好像不会额外创建子文件夹,把模型名再加一遍
124
126
modelscope download --model TheKernelZ/chilloutmix_NiPrunedFp32Fix --local_dir ' ./local_dir/chilloutmix_NiPrunedFp32Fix'
125
127
126
- # 下载后移动模型文件夹到 _sd\models\Stable-diffusion 内
127
128
# 或者直接指定下载路径:--local_dir './models/chilloutmix_NiPrunedFp32Fix
128
129
129
130
```
You can’t perform that action at this time.
0 commit comments