Bump Versions (#178)

- auto:
737eb28fac
- hlky:
5f6141ae7c
- lstein:
2b6d78e436
This commit is contained in:
AbdBarho 2022-10-26 20:02:00 +02:00 committed by GitHub
parent 31c21025ea
commit 48f8650fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@ services:
<<: *base_service
profiles: ["hlky"]
build: ./services/hlky/
image: sd-hlky:2
image: sd-hlky:3
environment:
- CLI_ARGS=--optimized-turbo
- USE_STREAMLIT=0
@ -36,7 +36,7 @@ services:
<<: *base_service
profiles: ["auto"]
build: ./services/AUTOMATIC1111
image: sd-auto:2
image: sd-auto:3
environment:
- CLI_ARGS=--allow-code --medvram --xformers
@ -51,7 +51,7 @@ services:
<<: *base_service
profiles: ["lstein"]
build: ./services/lstein/
image: sd-lstein:2
image: sd-lstein:3
environment:
- PRELOAD=true
- CLI_ARGS=

View File

@ -59,7 +59,7 @@ RUN apt-get install jq moreutils -y
# Note: don't update the sha of previous versions because the install will take forever
# instead, update the repo state in a later step
ARG SHA=df0a1f83815c771246a7b1bca85d63feaefad8d1
ARG SHA=737eb28faca8be2bb996ee0930ec77d1f7ebd939
RUN <<EOF
cd stable-diffusion-webui
git pull --rebase

View File

@ -22,7 +22,7 @@ conda clean -a -y
EOF
ARG BRANCH=dev SHA=bb7fce1a871cc434145d5a2114e5d70cbdafa34d
ARG BRANCH=dev SHA=5f6141ae7c8520b250896c80ac938396164f78df
RUN <<EOF
cd stable-diffusion
git fetch

View File

@ -24,7 +24,7 @@ conda clean -a -y
EOF
ARG BRANCH=development SHA=3081b6b7dd4c2fb1156e7a99dc461012c4ecda35
ARG BRANCH=development SHA=2b6d78e4363f3eca726228a40b6de832eb0ac040
RUN <<EOF
cd stable-diffusion
git fetch