From 78c90e543599b04ba51d38fc9696775a63f4a0f7 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sun, 1 Jan 2023 16:46:41 +0100 Subject: [PATCH] Update auto & invoke (#277) - auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/524d532b387732d4d32f237e792c7f201a934400 - invoke: https://github.com/invoke-ai/InvokeAI/commit/524d532b387732d4d32f237e792c7f201a934400 Happy new Year!!! --- docker-compose.yml | 4 ++-- services/AUTOMATIC1111/Dockerfile | 2 +- services/invoke/Dockerfile | 10 ++++------ services/invoke/entrypoint.sh | 1 - services/invoke/info.py | 13 ------------- 5 files changed, 7 insertions(+), 23 deletions(-) delete mode 100644 services/invoke/info.py diff --git a/docker-compose.yml b/docker-compose.yml index 3ba8be1..5a1a5f3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: <<: *base_service profiles: ["auto"] build: ./services/AUTOMATIC1111 - image: sd-auto:25 + image: sd-auto:26 environment: - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api @@ -58,7 +58,7 @@ services: <<: *base_service profiles: ["invoke"] build: ./services/invoke/ - image: sd-invoke:14 + image: sd-invoke:15 environment: - PRELOAD=true - CLI_ARGS= diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index be45023..8cb6791 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=4af3ca5393151d61363c30eef4965e694eeac15e +ARG SHA=524d532b387732d4d32f237e792c7f201a934400 RUN --mount=type=cache,target=/root/.cache/pip <', """ -
-
- Deployed with stable-diffusion-webui-docker -
-""", 1) -)