Update versions (#213)

- auto:
ac08562854
- hlky:
09b64d4f75
- lstein
  - On hold because of many breaking changes
This commit is contained in:
AbdBarho 2022-11-11 07:19:47 +01:00 committed by GitHub
parent 37feff58bb
commit 53ac3601d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ services:
<<: *base_service <<: *base_service
profiles: ["auto"] profiles: ["auto"]
build: ./services/AUTOMATIC1111 build: ./services/AUTOMATIC1111
image: sd-auto:14 image: sd-auto:15
environment: environment:
- CLI_ARGS=--allow-code --medvram --xformers - CLI_ARGS=--allow-code --medvram --xformers
@ -42,7 +42,7 @@ services:
<<: *base_service <<: *base_service
profiles: ["hlky"] profiles: ["hlky"]
build: ./services/hlky/ build: ./services/hlky/
image: sd-hlky:7 image: sd-hlky:8
environment: environment:
- CLI_ARGS=--optimized-turbo - CLI_ARGS=--optimized-turbo
- USE_STREAMLIT=0 - USE_STREAMLIT=0

View File

@ -65,7 +65,7 @@ RUN [[ "${DEEPDANBOORU:-0}" == "0" ]] && : || pip install tensorflow-cpu==2.10 t
# Note: don't update the sha of previous versions because the install will take forever # Note: don't update the sha of previous versions because the install will take forever
# instead, update the repo state in a later step # instead, update the repo state in a later step
ARG SHA=804d9fb83d0c63ca3acd36378707ce47b8f12599 ARG SHA=ac085628540d0ec6a988fad93f5b8f2154209571
RUN <<EOF RUN <<EOF
cd stable-diffusion-webui cd stable-diffusion-webui
git fetch git fetch

View File

@ -25,7 +25,7 @@ EOF
RUN apt-get update && apt install libsndfile1 ffmpeg -y && apt-get clean RUN apt-get update && apt install libsndfile1 ffmpeg -y && apt-get clean
ARG BRANCH=dev SHA=6f6d7571ea56809c1beaf11430ec36ab28e0884f ARG BRANCH=master SHA=09b64d4f759c44c7c6bc4d433ddd8e964d48b854
RUN <<EOF RUN <<EOF
cd stable-diffusion cd stable-diffusion
git fetch git fetch