Skip to content

Commit 48f8650

Browse files
authored
1 parent 31c2102 commit 48f8650

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
<<: *base_service
2828
profiles: ["hlky"]
2929
build: ./services/hlky/
30-
image: sd-hlky:2
30+
image: sd-hlky:3
3131
environment:
3232
- CLI_ARGS=--optimized-turbo
3333
- USE_STREAMLIT=0
@@ -36,7 +36,7 @@ services:
3636
<<: *base_service
3737
profiles: ["auto"]
3838
build: ./services/AUTOMATIC1111
39-
image: sd-auto:2
39+
image: sd-auto:3
4040
environment:
4141
- CLI_ARGS=--allow-code --medvram --xformers
4242

@@ -51,7 +51,7 @@ services:
5151
<<: *base_service
5252
profiles: ["lstein"]
5353
build: ./services/lstein/
54-
image: sd-lstein:2
54+
image: sd-lstein:3
5555
environment:
5656
- PRELOAD=true
5757
- CLI_ARGS=

services/AUTOMATIC1111/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN apt-get install jq moreutils -y
5959
# Note: don't update the sha of previous versions because the install will take forever
6060
# instead, update the repo state in a later step
6161

62-
ARG SHA=df0a1f83815c771246a7b1bca85d63feaefad8d1
62+
ARG SHA=737eb28faca8be2bb996ee0930ec77d1f7ebd939
6363
RUN <<EOF
6464
cd stable-diffusion-webui
6565
git pull --rebase

services/hlky/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ conda clean -a -y
2222
EOF
2323

2424

25-
ARG BRANCH=dev SHA=bb7fce1a871cc434145d5a2114e5d70cbdafa34d
25+
ARG BRANCH=dev SHA=5f6141ae7c8520b250896c80ac938396164f78df
2626
RUN <<EOF
2727
cd stable-diffusion
2828
git fetch

services/lstein/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ conda clean -a -y
2424
EOF
2525

2626

27-
ARG BRANCH=development SHA=3081b6b7dd4c2fb1156e7a99dc461012c4ecda35
27+
ARG BRANCH=development SHA=2b6d78e4363f3eca726228a40b6de832eb0ac040
2828
RUN <<EOF
2929
cd stable-diffusion
3030
git fetch

0 commit comments

Comments
 (0)