Upload 2 files
Browse files- Ghostmix.ipynb +1 -1
- revanimated.ipynb +1 -1
Ghostmix.ipynb
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
"%cd /content\n",
|
32 |
"# Model Code\n",
|
33 |
"!curl -Lo /content/sd-webui/models/Stable-diffusion/ghostmix_v12.safetensors https://civitai.com/api/download/models/59685\n",
|
34 |
-
"!curl -Lo /content/sd-webui/models/
|
35 |
"# ControlNet\n",
|
36 |
"# Remove '#' from the beginning of the line(s) below to download the selected ControlNet model(s)\n",
|
37 |
"#!curl -Lo /content/sd-webui/extensions/sd-webui-controlnet/models/control_v11e_sd15_ip2p.safetensors https://huggingface.co/nolanaatama/models/resolve/main/control_v11e_sd15_ip2p_fp16.safetensors\n",
|
|
|
31 |
"%cd /content\n",
|
32 |
"# Model Code\n",
|
33 |
"!curl -Lo /content/sd-webui/models/Stable-diffusion/ghostmix_v12.safetensors https://civitai.com/api/download/models/59685\n",
|
34 |
+
"!curl -Lo /content/sd-webui/models/VAE/kl-f8-anime2.ckpt https://huggingface.co/hakurei/waifu-diffusion-v1-4/resolve/main/vae/kl-f8-anime2.ckpt\n",
|
35 |
"# ControlNet\n",
|
36 |
"# Remove '#' from the beginning of the line(s) below to download the selected ControlNet model(s)\n",
|
37 |
"#!curl -Lo /content/sd-webui/extensions/sd-webui-controlnet/models/control_v11e_sd15_ip2p.safetensors https://huggingface.co/nolanaatama/models/resolve/main/control_v11e_sd15_ip2p_fp16.safetensors\n",
|
revanimated.ipynb
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
"%cd /content\n",
|
32 |
"# Model Code\n",
|
33 |
"!curl -Lo /content/sd-webui/models/Stable-diffusion/revAnimated_v122.safetensors https://civitai.com/api/download/models/46846\n",
|
34 |
-
"!curl -Lo /content/sd-webui/models/
|
35 |
"# ControlNet\n",
|
36 |
"# Remove '#' from the beginning of the line(s) below to download the selected ControlNet model(s)\n",
|
37 |
"#!curl -Lo /content/sd-webui/extensions/sd-webui-controlnet/models/control_v11e_sd15_ip2p.safetensors https://huggingface.co/nolanaatama/models/resolve/main/control_v11e_sd15_ip2p_fp16.safetensors\n",
|
|
|
31 |
"%cd /content\n",
|
32 |
"# Model Code\n",
|
33 |
"!curl -Lo /content/sd-webui/models/Stable-diffusion/revAnimated_v122.safetensors https://civitai.com/api/download/models/46846\n",
|
34 |
+
"!curl -Lo /content/sd-webui/models/VAE/kl-f8-anime2.ckpt https://huggingface.co/hakurei/waifu-diffusion-v1-4/resolve/main/vae/kl-f8-anime2.ckpt\n",
|
35 |
"# ControlNet\n",
|
36 |
"# Remove '#' from the beginning of the line(s) below to download the selected ControlNet model(s)\n",
|
37 |
"#!curl -Lo /content/sd-webui/extensions/sd-webui-controlnet/models/control_v11e_sd15_ip2p.safetensors https://huggingface.co/nolanaatama/models/resolve/main/control_v11e_sd15_ip2p_fp16.safetensors\n",
|