From d97d257fd38d62e409c7f90c58f8a02d3efba215 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Mon, 12 Dec 2022 09:25:44 +0100 Subject: [PATCH] Update versions (#257) - auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/685f9631b56ff8bd43bce24ff5ce0f9a0e9af490 - sygil: https://github.com/Sygil-Dev/sygil-webui/commit/d3f9d054e8203bd56a6a1712227eac41bef2f291 - invoke: https://github.com/invoke-ai/InvokeAI/commit/e159bb3dceb26d1bc3ab12f249e4ef4669fa1584 --- data/.gitignore | 1 + docker-compose.yml | 6 +++--- services/AUTOMATIC1111/Dockerfile | 2 +- services/AUTOMATIC1111/entrypoint.sh | 1 + services/download/download.sh | 2 +- services/invoke/Dockerfile | 4 ++-- services/sygil/Dockerfile | 2 +- 7 files changed, 10 insertions(+), 8 deletions(-) diff --git a/data/.gitignore b/data/.gitignore index 9828caa..08d118f 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -11,6 +11,7 @@ /BSRGAN /RealESRGAN /SwinIR +/MiDaS /ScuNET /LDSR /Deepdanbooru diff --git a/docker-compose.yml b/docker-compose.yml index 676ca92..f6d9c1e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: <<: *base_service profiles: ["auto"] build: ./services/AUTOMATIC1111 - image: sd-auto:21 + image: sd-auto:22 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:13 + image: sd-sygil:14 environment: - CLI_ARGS=--optimized-turbo - USE_STREAMLIT=0 @@ -58,7 +58,7 @@ services: <<: *base_service profiles: ["invoke"] build: ./services/invoke/ - image: sd-invoke:11 + image: sd-invoke:12 environment: - PRELOAD=true - CLI_ARGS= diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 6fdee45..818346d 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -71,7 +71,7 @@ RUN pip install opencv-python-headless \ # 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=44c46f0ed395967cd3830dd481a2db759fda5b3b +ARG SHA=685f9631b56ff8bd43bce24ff5ce0f9a0e9af490 RUN <