Skip to content

Commit

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

0 comments on commit b0c1a9d

Please sign in to comment.