diff --git a/Dockerfile.v2.6 b/Dockerfile.v2.6 index 8c1dbad..e8991f4 100644 --- a/Dockerfile.v2.6 +++ b/Dockerfile.v2.6 @@ -18,4 +18,5 @@ RUN git clone -b v2.6 https://github.com/camenduru/stable-diffusion-webui && \ python launch.py --skip-torch-cuda-test && \ git reset --hard -CMD cd /content/stable-diffusion-webui && python launch.py --cors-allow-origins=* --xformers --listen --theme dark --api --no-download-sd-model +# RUN 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 +# CMD cd /content/stable-diffusion-webui && python launch.py --cors-allow-origins=* --xformers --theme dark --api \ No newline at end of file