From b5cdf299ca508504f8311df6ab92c07ffe5e04b9 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Mon, 9 Jan 2023 19:04:40 +0100 Subject: [PATCH] Update versions (#287) - auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/2b94ec78869db7d2beaad23bdff47340416edf85 - sygil: https://github.com/Sygil-Dev/sygil-webui/commit/571fb897edd58b714bb385dfaa1ad59aecef8bc7 --- docker-compose.yml | 4 ++-- services/AUTOMATIC1111/Dockerfile | 2 +- services/sygil/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 45e0d17..527259f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: <<: *base_service profiles: ["auto"] build: ./services/AUTOMATIC1111 - image: sd-auto:30 + image: sd-auto:31 environment: - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api @@ -52,7 +52,7 @@ services: <<: *base_service profiles: ["sygil"] build: ./services/sygil/ - image: sd-sygil:15 + image: sd-sygil:16 environment: - CLI_ARGS=--optimized-turbo - USE_STREAMLIT=0 diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 8c65fd4..58c0ddc 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=151233399c4b79934bdbb7c12a97eeb6499572fb +ARG SHA=2b94ec78869db7d2beaad23bdff47340416edf85 RUN --mount=type=cache,target=/root/.cache/pip <