From 738043802e5aca95a43fe58a91479e95577ecd6a Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Tue, 11 Oct 2022 18:46:44 +0200 Subject: [PATCH] auto --- data/.gitignore | 1 + services/AUTOMATIC1111/Dockerfile | 9 +++++---- services/AUTOMATIC1111/mount.sh | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/data/.gitignore b/data/.gitignore index c506004..c77902d 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -11,4 +11,5 @@ /SwinIR /ScuNET /LDSR +/Hypernetworks /embeddings diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index e354dc2..b071f59 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -7,12 +7,13 @@ RUN git clone https://github.com/CompVis/stable-diffusion.git repositories/stabl RUN git clone https://github.com/sczhou/CodeFormer.git repositories/CodeFormer && cd repositories/CodeFormer && git reset --hard c5b4593074ba6214284d6acd5f1719b6c5d739af RUN git clone https://github.com/salesforce/BLIP.git repositories/BLIP && cd repositories/BLIP && git reset --hard 48211a1594f1321b00f14c9f7a5b4813144b2fb9 -RUN git clone https://github.com/Hafiidz/latent-diffusion.git repositories/latent-diffusion && cd repositories/latent-diffusion && git reset --hard abf33e7002d59d9085081bce93ec798dcabd49af +# RUN git clone https://github.com/Hafiidz/latent-diffusion.git repositories/latent-diffusion && cd repositories/latent-diffusion && git reset --hard abf33e7002d59d9085081bce93ec798dcabd49af RUN <