File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff 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=
Original file line number Diff line number Diff 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
6363RUN <<EOF
6464cd stable-diffusion-webui
6565git pull --rebase
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ conda clean -a -y
2222EOF
2323
2424
25- ARG BRANCH=dev SHA=bb7fce1a871cc434145d5a2114e5d70cbdafa34d
25+ ARG BRANCH=dev SHA=5f6141ae7c8520b250896c80ac938396164f78df
2626RUN <<EOF
2727cd stable-diffusion
2828git fetch
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ conda clean -a -y
2424EOF
2525
2626
27- ARG BRANCH=development SHA=3081b6b7dd4c2fb1156e7a99dc461012c4ecda35
27+ ARG BRANCH=development SHA=2b6d78e4363f3eca726228a40b6de832eb0ac040
2828RUN <<EOF
2929cd stable-diffusion
3030git fetch
You can’t perform that action at this time.
0 commit comments