Deadwalker0
commited on
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -33,5 +33,7 @@ RUN git clone -b v2.6 https://github.com/camenduru/stable-diffusion-webui && \
|
|
33 |
rm -rfv /content/stable-diffusion-webui/scripts/ && \
|
34 |
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/ckpt/juggernaut-xl/resolve/main/juggernautXL_version2.safetensors -d /content/stable-diffusion-webui/models/Stable-diffusion -o juggernautXL_version2.safetensors && \
|
35 |
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned.ckpt -d /content/stable-diffusion-webui/models/Stable-diffusion -o v1-5-pruned.ckpt
|
|
|
|
|
36 |
|
37 |
CMD cd /content/stable-diffusion-webui && python launch.py --cors-allow-origins=* --xformers --listen --theme dark --gradio-queue --ui-settings-file /content/shared-config_v2.json --ui-config-file /content/shared-ui-config_v2.json
|
|
|
33 |
rm -rfv /content/stable-diffusion-webui/scripts/ && \
|
34 |
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/ckpt/juggernaut-xl/resolve/main/juggernautXL_version2.safetensors -d /content/stable-diffusion-webui/models/Stable-diffusion -o juggernautXL_version2.safetensors && \
|
35 |
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned.ckpt -d /content/stable-diffusion-webui/models/Stable-diffusion -o v1-5-pruned.ckpt
|
36 |
+
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/hakurei/waifu-diffusion-v1-4/resolve/main/vae/kl-f8-anime2.ckpt -d /content/stable-diffusion-webui/models/Stable-diffusion -o kl-f8-anime2.ckpt
|
37 |
+
|
38 |
|
39 |
CMD cd /content/stable-diffusion-webui && python launch.py --cors-allow-origins=* --xformers --listen --theme dark --gradio-queue --ui-settings-file /content/shared-config_v2.json --ui-config-file /content/shared-ui-config_v2.json
|