Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
camenduru authored Sep 16, 2023
1 parent a0a27c7 commit f274bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.v2.6.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f274bc4

Please sign in to comment.