Upload _main.ipynb
Browse files- voltaml/_main.ipynb +2 -0
voltaml/_main.ipynb
CHANGED
|
@@ -14,8 +14,10 @@
|
|
| 14 |
"!wget https://huggingface.co/Vanwise/sd-colab/resolve/main/voltaml/_start2.ipynb\n",
|
| 15 |
"\n",
|
| 16 |
"!git clone https://github.com/Van-wise/voltaML-sd\n",
|
|
|
|
| 17 |
"%cd /content/voltaML-sd\n",
|
| 18 |
"!python main.py --install-only\n",
|
|
|
|
| 19 |
"clear_output()\n",
|
| 20 |
"\n"
|
| 21 |
]
|
|
|
|
| 14 |
"!wget https://huggingface.co/Vanwise/sd-colab/resolve/main/voltaml/_start2.ipynb\n",
|
| 15 |
"\n",
|
| 16 |
"!git clone https://github.com/Van-wise/voltaML-sd\n",
|
| 17 |
+
"!curl\n",
|
| 18 |
"%cd /content/voltaML-sd\n",
|
| 19 |
"!python main.py --install-only\n",
|
| 20 |
+
"!curl -Lo /content/voltaML-sd/data/models/chilloutmix_NiPrunedFp32Fix-inpainting.inpainting.safetensors https://huggingface.co/spaces/weo1101/111/resolve/main/chilloutmix_NiPrunedFp32Fix-inpainting.inpainting.safetensors\n",
|
| 21 |
"clear_output()\n",
|
| 22 |
"\n"
|
| 23 |
]
|