Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
camenduru authored Sep 17, 2023
1 parent 7c46049 commit b353506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.v2.6.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,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/sd15/resolve/main/v1-5-pruned-emaonly.ckpt -d /content/stable-diffusion-webui/models/Stable-diffusion -o v1-5-pruned-emaonly.ckpt
CMD cd /content/stable-diffusion-webui && python launch.py --xformers --cors-allow-origins=* --api &> /dev/null
CMD cd /content/stable-diffusion-webui && python launch.py --xformers --cors-allow-origins=* --api

0 comments on commit b353506

Please sign in to comment.