Update auto (#282)

683287d87f
This commit is contained in:
AbdBarho 2023-01-06 10:24:20 +01:00 committed by GitHub
parent 19972f3cac
commit ceeac61cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ services:
<<: *base_service
profiles: ["auto"]
build: ./services/AUTOMATIC1111
image: sd-auto:28
image: sd-auto:29
environment:
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api

View File

@ -68,7 +68,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=81490780949fffed77493b4bd741e96ec737fe27
ARG SHA=683287d87f6401083a8d63eedc00ca7410214ca1
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
cd stable-diffusion-webui
git fetch