Skip to content

Commit 53ac360

Browse files
authored
Update versions (#213)
- auto: AUTOMATIC1111/stable-diffusion-webui@ac08562 - hlky: Sygil-Dev/sygil-webui@09b64d4 - lstein - On hold because of many breaking changes
1 parent 37feff5 commit 53ac360

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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:14
30+
image: sd-auto:15
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:7
45+
image: sd-hlky:8
4646
environment:
4747
- CLI_ARGS=--optimized-turbo
4848
- USE_STREAMLIT=0

services/AUTOMATIC1111/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN [[ "${DEEPDANBOORU:-0}" == "0" ]] && : || pip install tensorflow-cpu==2.10 t
6565
# Note: don't update the sha of previous versions because the install will take forever
6666
# instead, update the repo state in a later step
6767

68-
ARG SHA=804d9fb83d0c63ca3acd36378707ce47b8f12599
68+
ARG SHA=ac085628540d0ec6a988fad93f5b8f2154209571
6969
RUN <<EOF
7070
cd stable-diffusion-webui
7171
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=dev SHA=6f6d7571ea56809c1beaf11430ec36ab28e0884f
28+
ARG BRANCH=master SHA=09b64d4f759c44c7c6bc4d433ddd8e964d48b854
2929
RUN <<EOF
3030
cd stable-diffusion
3131
git fetch

0 commit comments

Comments
 (0)