Skip to content

Commit

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

# 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
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 cb27012

Please sign in to comment.