From e1e03229fdc20051ef2e26b231148d0cee748f72 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Tue, 4 Oct 2022 19:56:38 +0200 Subject: [PATCH] Update versions (#116) - auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/1eb588cbf19924333b88beaa1ac0041904966640 - hlky: https://github.com/sd-webui/stable-diffusion-webui/commit/1e7bdfe3f38a6dd37fc230f440ea1b0db0937240 --- data/.gitignore | 3 ++- services/AUTOMATIC1111/Dockerfile | 9 ++++++--- services/AUTOMATIC1111/mount.sh | 4 +++- services/download/download.sh | 2 +- services/hlky/Dockerfile | 2 +- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/data/.gitignore b/data/.gitignore index d8caa8b..c506004 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -9,5 +9,6 @@ /BSRGAN /RealESRGAN /SwinIR +/ScuNET /LDSR -# TODO: add the embeddings folder here +/embeddings diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index f6a70a7..ef58e3d 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -35,7 +35,7 @@ RUN apt-get update && apt install fonts-dejavu-core rsync -y && apt-get clean RUN <