File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ services:
2727 << : *base_service
2828 profiles : ["auto"]
2929 build : ./services/AUTOMATIC1111
30- image : sd-auto:13
30+ image : sd-auto:14
3131 environment :
3232 - CLI_ARGS=--allow-code --medvram --xformers
3333
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN . /clone.sh CodeFormer https://github.com/sczhou/CodeFormer.git c5b4593074ba
2020 && rm -rf assets inputs
2121
2222RUN . /clone.sh BLIP https://github.com/salesforce/BLIP.git 48211a1594f1321b00f14c9f7a5b4813144b2fb9
23- RUN . /clone.sh k-diffusion https://github.com/crowsonkb/k-diffusion.git f4e99857772fc3a126ba886aadf795a332774878
23+ RUN . /clone.sh k-diffusion https://github.com/crowsonkb/k-diffusion.git 60e5042ca0da89c14d1dd59d73883280f8fce991
2424RUN . /clone.sh clip-interrogator https://github.com/pharmapsychotic/clip-interrogator 2486589f24165c8e3b303f84e9dbbea318df83e8
2525
2626
@@ -65,7 +65,7 @@ RUN [[ "${DEEPDANBOORU:-0}" == "0" ]] && : || pip install tensorflow-cpu==2.10 t
6565# Note: don't update the sha of previous versions because the install will take forever
6666# instead, update the repo state in a later step
6767
68- ARG SHA=30b1bcc64e67ad50c5d3af3a6fe1bd1e9553f34e
68+ ARG SHA=804d9fb83d0c63ca3acd36378707ce47b8f12599
6969RUN <<EOF
7070cd stable-diffusion-webui
7171git fetch
@@ -92,4 +92,4 @@ ENV CLI_ARGS=""
9292EXPOSE 7860
9393ENTRYPOINT ["/docker/entrypoint.sh" ]
9494# run, -u to not buffer stdout / stderr
95- CMD python3 -u ../../webui.py --listen --port 7860 --ckpt-dir ${ROOT}/models/Stable-diffusion --theme dark ${CLI_ARGS}
95+ CMD python3 -u ../../webui.py --listen --port 7860 --ckpt-dir ${ROOT}/models/Stable-diffusion ${CLI_ARGS}
You can’t perform that action at this time.
0 commit comments