From 53ac3601d73ca66ad13ee46788e3888db9363c8d Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Fri, 11 Nov 2022 07:19:47 +0100 Subject: [PATCH] Update versions (#213) - auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/ac085628540d0ec6a988fad93f5b8f2154209571 - hlky: https://github.com/sd-webui/stable-diffusion-webui/commit/09b64d4f759c44c7c6bc4d433ddd8e964d48b854 - lstein - On hold because of many breaking changes --- docker-compose.yml | 4 ++-- services/AUTOMATIC1111/Dockerfile | 2 +- services/hlky/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 01bd990..f44ea06 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: <<: *base_service profiles: ["auto"] build: ./services/AUTOMATIC1111 - image: sd-auto:14 + image: sd-auto:15 environment: - CLI_ARGS=--allow-code --medvram --xformers @@ -42,7 +42,7 @@ services: <<: *base_service profiles: ["hlky"] build: ./services/hlky/ - image: sd-hlky:7 + image: sd-hlky:8 environment: - CLI_ARGS=--optimized-turbo - USE_STREAMLIT=0 diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index f954138..c62f19d 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -65,7 +65,7 @@ RUN [[ "${DEEPDANBOORU:-0}" == "0" ]] && : || pip install tensorflow-cpu==2.10 t # 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=804d9fb83d0c63ca3acd36378707ce47b8f12599 +ARG SHA=ac085628540d0ec6a988fad93f5b8f2154209571 RUN <