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 <