Skip to content

Commit fb9d1e5

Browse files
authored
1 parent 9092aa2 commit fb9d1e5

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
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:8
30+
image: sd-auto:9
3131
environment:
3232
- CLI_ARGS=--allow-code --medvram --xformers
3333

@@ -42,7 +42,7 @@ services:
4242
<<: *base_service
4343
profiles: ["hlky"]
4444
build: ./services/hlky/
45-
image: sd-hlky:5
45+
image: sd-hlky:6
4646
environment:
4747
- CLI_ARGS=--optimized-turbo
4848
- USE_STREAMLIT=0

services/AUTOMATIC1111/Dockerfile

Lines changed: 2 additions & 4 deletions
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=dd02889124b2f89aa1d9acafedfa8774e53c98cb
65+
ARG SHA=cd5eafaf03a25d2b0e35154666947b9489078af9
6666
RUN <<EOF
6767
cd stable-diffusion-webui
6868
git fetch
@@ -73,9 +73,7 @@ EOF
7373
RUN pip install opencv-python-headless \
7474
git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 \
7575
git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 \
76-
pyngrok \
77-
gradio==3.4.1
78-
# gradio because #173 & https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/2858
76+
pyngrok
7977

8078

8179
COPY . /docker

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=dev SHA=d8e61a5cd3c7a6f55a3f94852f54d7c76d29c2ce
28+
ARG BRANCH=dev SHA=62f9706d6abf52c7a0facbfddbc22f98e2b3fa85
2929
RUN <<EOF
3030
cd stable-diffusion
3131
git fetch

0 commit comments

Comments
 (0)