From 28f171e64dea22632c108372d6876dcb9e6dc155 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Fri, 30 Sep 2022 09:37:27 +0200 Subject: [PATCH] Update / Disable lstein Temporarily (#106) - auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/f80c3696f63a181f720105559d42ee53453ed0eb - model merger now works! the resulting model is saved in `cache/custom-models` - hlky: https://github.com/sd-webui/stable-diffusion-webui/commit/aaa3be16e0e66f07c63dbdb49b9b7cac8fef5cfb - lstein: https://github.com/lstein/stable-diffusion/commit/8c9f2ae705cf723d4a8a73c416e8d8bf2d746977 - This UI has been temporarely disabled due to limitation in the output path: https://github.com/invoke-ai/InvokeAI/blob/8c9f2ae705cf723d4a8a73c416e8d8bf2d746977/backend/modules/create_cmd_parser.py#L26 --- README.md | 2 ++ services/AUTOMATIC1111/Dockerfile | 8 +++++--- services/hlky/Dockerfile | 2 +- services/lstein/Dockerfile | 11 +++++++---- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 962b937..7eaad7b 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Screenshots: | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | | ![](https://user-images.githubusercontent.com/24505302/189541298-f902b021-a1eb-4e4b-b2eb-b6a696a8ec80.jpg) | ![](https://user-images.githubusercontent.com/24505302/189541295-7d7f2162-2189-4e0a-abbd-703f4779e1cd.jpg) | ![](https://user-images.githubusercontent.com/24505302/189541294-aa7f7735-a973-4e17-ada0-1fe3acbb1772.jpg) | + ## Setup & Usage diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 105f92c..e11d0a5 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -17,6 +17,8 @@ git reset --hard 24268930bf1dce879235a7fddd0b2355b84d7ea6 rm -rf repositories/taming-transformers/data repositories/taming-transformers/assets EOF +RUN git clone https://github.com/crowsonkb/k-diffusion.git repositories/k-diffusion && cd repositories/k-diffusion && git reset --hard 9e3002b7cd64df7870e08527b7664eb2f2f5f3f5 + FROM continuumio/miniconda3:4.12.0 @@ -34,7 +36,7 @@ RUN <