From 49ad173e95bc417131f716b5d8055460f2859f89 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Mon, 24 Oct 2022 22:17:51 +0200 Subject: [PATCH] Bump Versions (#171) - auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/df0a1f83815c771246a7b1bca85d63feaefad8d1 - hlky: https://github.com/sd-webui/stable-diffusion-webui/commit/bb7fce1a871cc434145d5a2114e5d70cbdafa34d - lstein: https://github.com/invoke-ai/InvokeAI/commit/3081b6b7dd4c2fb1156e7a99dc461012c4ecda35 --- README.md | 6 +++--- docker-compose.yml | 6 +++--- services/AUTOMATIC1111/Dockerfile | 2 +- services/hlky/Dockerfile | 2 +- services/hlky/userconfig_streamlit.yaml | 2 +- services/lstein/Dockerfile | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ae0f5b6..4607a9b 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,16 @@ This repository provides multiple UIs for you to play around with stable diffusi | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | | ![](https://user-images.githubusercontent.com/24505302/189541954-46afd772-d0c8-4005-874c-e2eca40c02f2.jpg) | ![](https://user-images.githubusercontent.com/24505302/189541956-5b528de7-1b5d-479f-a1db-d3f5a53afc59.jpg) | ![](https://user-images.githubusercontent.com/24505302/189541957-cf78b352-a071-486d-8889-f26952779a61.jpg) | -### hlky (sd-webui) +### hlky (sd-webui / sygil-webui) -[hlky's fork](https://github.com/sd-webui/stable-diffusion-webui) is one of the most popular UIs, with many features: +[hlky's fork](https://github.com/Sygil-Dev/sygil-webui) is one of the most popular UIs, with many features: - Text to image, with many samplers - Image to image, with masking, cropping, in-painting, variations. - GFPGAN, RealESRGAN, LDSR, GoBig, GoLatent - Loopback, prompt weighting - 6GB or even 4GB GPU support! -- [Full feature list here](https://github.com/sd-webui/stable-diffusion-webui/blob/master/README.md) +- [Full feature list here](https://github.com/Sygil-Dev/sygil-webui/blob/master/README.md) Screenshots: diff --git a/docker-compose.yml b/docker-compose.yml index d9fb314..71df7cc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: <<: *base_service profiles: ["hlky"] build: ./services/hlky/ - image: sd-hlky:1 + image: sd-hlky:2 environment: - CLI_ARGS=--optimized-turbo - USE_STREAMLIT=0 @@ -36,7 +36,7 @@ services: <<: *base_service profiles: ["auto"] build: ./services/AUTOMATIC1111 - image: sd-auto:1 + image: sd-auto:2 environment: - CLI_ARGS=--allow-code --medvram --xformers @@ -51,7 +51,7 @@ services: <<: *base_service profiles: ["lstein"] build: ./services/lstein/ - image: sd-lstein:1 + image: sd-lstein:2 environment: - PRELOAD=true - CLI_ARGS= diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 0509322..8c5f46a 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -59,7 +59,7 @@ RUN apt-get install jq moreutils -y # 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=f49c08ea566385db339c6628f65c3a121033f67c +ARG SHA=df0a1f83815c771246a7b1bca85d63feaefad8d1 RUN <