Update versions (#316)

- auto:
00dab8f10d
- invoke:
07e03b31b7
This commit is contained in:
AbdBarho 2023-01-29 20:07:41 +01:00 committed by GitHub
parent eeb410f2de
commit 15e9841860
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
profiles: ["auto"]
build: ./services/AUTOMATIC1111
image: sd-auto:40
image: sd-auto:41
environment:
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
@ -42,7 +42,7 @@ services:
<<: *base_service
profiles: ["invoke"]
build: ./services/invoke/
image: sd-invoke:20
image: sd-invoke:21
environment:
- PRELOAD=true
- CLI_ARGS=

View File

@ -67,7 +67,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
# 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=7a14c8ab45da8a681792a6331d48a88dd684a0a9
ARG SHA=00dab8f10defbbda579a1bc89c8d4e972c58a20d
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
cd stable-diffusion-webui
git fetch

View File

@ -46,7 +46,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
pip install triton /xformers-0.0.15-cp310-cp310-linux_x86_64.whl
ARG BRANCH=main SHA=e4cd66216e0b941de7f27b4e2e260aa4f8c956e7
ARG BRANCH=main SHA=07e03b31b7610a27d709b366a491e57085d9b393
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
git fetch
git reset --hard