From f274bc47feae971f20ddbddb0bdae428dc595b56 Mon Sep 17 00:00:00 2001 From: camenduru <54370274+camenduru@users.noreply.github.com> Date: Sat, 16 Sep 2023 22:12:55 +0300 Subject: [PATCH] - --- Dockerfile.v2.6.cpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.v2.6.cpu b/Dockerfile.v2.6.cpu index 4019ddd..233f3cd 100644 --- a/Dockerfile.v2.6.cpu +++ b/Dockerfile.v2.6.cpu @@ -19,4 +19,4 @@ RUN git clone -b v2.6 https://github.com/camenduru/stable-diffusion-webui && \ git reset --hard # 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 --use-cpu all --precision full --no-half --skip-torch-cuda-test -cors-allow-origins=* --listen --share --api +CMD cd /content/stable-diffusion-webui && python launch.py --use-cpu all --precision full --no-half --skip-torch-cuda-test --cors-allow-origins=* --listen --share --api