Skip to content

Commit 9092aa2

Browse files
authored
1 parent a5218b8 commit 9092aa2

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docker-compose.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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"]

services/AUTOMATIC1111/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6666
RUN <<EOF
6767
cd stable-diffusion-webui
6868
git fetch

services/hlky/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ EOF
2525

2626
RUN apt-get update && apt install libsndfile1 ffmpeg -y && apt-get clean
2727

28-
ARG BRANCH=master SHA=091520bed06f913c9f432f9f47ccbe22b46068d7
28+
ARG BRANCH=dev SHA=d8e61a5cd3c7a6f55a3f94852f54d7c76d29c2ce
2929
RUN <<EOF
3030
cd stable-diffusion
3131
git fetch

0 commit comments

Comments
 (0)