Skip to content

Commit 4273204

Browse files
authored
1 parent 9a60522 commit 4273204

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

services/AUTOMATIC1111/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN . /clone.sh CodeFormer https://github.com/sczhou/CodeFormer.git c5b4593074ba
2020
&& rm -rf assets inputs
2121

2222
RUN . /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
2424
RUN . /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
6969
RUN <<EOF
7070
cd stable-diffusion-webui
7171
git fetch
@@ -92,4 +92,4 @@ ENV CLI_ARGS=""
9292
EXPOSE 7860
9393
ENTRYPOINT ["/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}

0 commit comments

Comments
 (0)