Upload _main.ipynb
Browse files
easydiffusion/_main.ipynb
CHANGED
|
@@ -57,8 +57,8 @@
|
|
| 57 |
"!python ./scripts/check_modules.py #安装依赖&环境\n",
|
| 58 |
"!pip install --upgrade pytorch-lightning\n",
|
| 59 |
"!apt-get install aria2\n",
|
| 60 |
-
"!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M -d {current_dir}/models/stable-diffusion/ -o chilloutmix_NiPrunedFp32Fix-chonghui.safetensors https://huggingface.co/spaces/weo1101/111/resolve/main/chilloutmix_NiPrunedFp32Fix-inpainting.inpainting.safetensors\n",
|
| 61 |
"!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M -d {current_dir}/models/stable-diffusion/ -o chilloutmix_NiPrunedFp32Fix.safetensors https://huggingface.co/naonovn/chilloutmix_NiPrunedFp32Fix/resolve/main/chilloutmix_NiPrunedFp32Fix.safetensors\n",
|
|
|
|
| 62 |
"\n",
|
| 63 |
"from pathlib import Path\n",
|
| 64 |
"os.environ[\"SD_UI_PATH\"] = str(Path(Path.cwd(), \"ui\"))\n",
|
|
|
|
| 57 |
"!python ./scripts/check_modules.py #安装依赖&环境\n",
|
| 58 |
"!pip install --upgrade pytorch-lightning\n",
|
| 59 |
"!apt-get install aria2\n",
|
|
|
|
| 60 |
"!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M -d {current_dir}/models/stable-diffusion/ -o chilloutmix_NiPrunedFp32Fix.safetensors https://huggingface.co/naonovn/chilloutmix_NiPrunedFp32Fix/resolve/main/chilloutmix_NiPrunedFp32Fix.safetensors\n",
|
| 61 |
+
"!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M -d {current_dir}/models/stable-diffusion/ -o chilloutmix_NiPrunedFp32Fix-chonghui.safetensors https://huggingface.co/spaces/weo1101/111/resolve/main/chilloutmix_NiPrunedFp32Fix-inpainting.inpainting.safetensors\n",
|
| 62 |
"\n",
|
| 63 |
"from pathlib import Path\n",
|
| 64 |
"os.environ[\"SD_UI_PATH\"] = str(Path(Path.cwd(), \"ui\"))\n",
|