File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,11 @@ services:
2323 volumes :
2424 - *v1
2525
26- hlky :
27- << : *base_service
28- profiles : ["hlky"]
29- build : ./services/hlky/
30- image : sd-hlky:4
31- environment :
32- - CLI_ARGS=--optimized-turbo
33- - USE_STREAMLIT=0
34-
3526 auto : &automatic
3627 << : *base_service
3728 profiles : ["auto"]
3829 build : ./services/AUTOMATIC1111
39- image : sd-auto:7
30+ image : sd-auto:8
4031 environment :
4132 - CLI_ARGS=--allow-code --medvram --xformers
4233
@@ -47,6 +38,15 @@ services:
4738 environment :
4839 - CLI_ARGS=--no-half --precision full
4940
41+ hlky :
42+ << : *base_service
43+ profiles : ["hlky"]
44+ build : ./services/hlky/
45+ image : sd-hlky:5
46+ environment :
47+ - CLI_ARGS=--optimized-turbo
48+ - USE_STREAMLIT=0
49+
5050 lstein :
5151 << : *base_service
5252 profiles : ["lstein"]
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeForme
6262# Note: don't update the sha of previous versions because the install will take forever
6363# instead, update the repo state in a later step
6464
65- ARG SHA=35c45df28b303a05d56a13cb56d4046f08cf8c25
65+ ARG SHA=dd02889124b2f89aa1d9acafedfa8774e53c98cb
6666RUN <<EOF
6767cd stable-diffusion-webui
6868git fetch
Original file line number Diff line number Diff line change 2525
2626RUN apt-get update && apt install libsndfile1 ffmpeg -y && apt-get clean
2727
28- ARG BRANCH=master SHA=091520bed06f913c9f432f9f47ccbe22b46068d7
28+ ARG BRANCH=dev SHA=d8e61a5cd3c7a6f55a3f94852f54d7c76d29c2ce
2929RUN <<EOF
3030cd stable-diffusion
3131git fetch
You can’t perform that action at this time.
0 commit comments