From 19972f3cac24c4a99ecf01b3668ebe9ba0be8786 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Wed, 4 Jan 2023 20:36:49 +0100 Subject: [PATCH] Update Versions (#281) - auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/81490780949fffed77493b4bd741e96ec737fe27 - sygil: https://github.com/Sygil-Dev/sygil-webui/commit/e48482823bb73697a6f1e39b3a7e47fe2ba1d697 - invoke: https://github.com/invoke-ai/InvokeAI/commit/21bf512056eb7bc883174a4203011105fc1b8b50 --- docker-compose.yml | 6 +++--- services/AUTOMATIC1111/Dockerfile | 2 +- services/invoke/Dockerfile | 2 +- services/invoke/entrypoint.sh | 2 +- services/sygil/Dockerfile | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2c7497a..22b7d16 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: <<: *base_service profiles: ["auto"] build: ./services/AUTOMATIC1111 - image: sd-auto:27 + image: sd-auto:28 environment: - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api @@ -42,7 +42,7 @@ services: <<: *base_service profiles: ["sygil"] build: ./services/sygil/ - image: sd-sygil:14 + image: sd-sygil:15 environment: - CLI_ARGS=--optimized-turbo - USE_STREAMLIT=0 @@ -58,7 +58,7 @@ services: <<: *base_service profiles: ["invoke"] build: ./services/invoke/ - image: sd-invoke:15 + image: sd-invoke:16 environment: - PRELOAD=true - CLI_ARGS= diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 9fdcd05..1523309 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -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=3e22e294135ed0327ce9d9738655ff03c53df3c0 +ARG SHA=81490780949fffed77493b4bd741e96ec737fe27 RUN --mount=type=cache,target=/root/.cache/pip <