From 6748492b4f0d7e4bbe572be14e60a7a07a7a6c66 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Mon, 12 Dec 2022 08:54:50 +0100 Subject: [PATCH] auto --- data/.gitignore | 1 + docker-compose.yml | 2 +- services/AUTOMATIC1111/Dockerfile | 2 +- services/AUTOMATIC1111/entrypoint.sh | 1 + services/download/download.sh | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/data/.gitignore b/data/.gitignore index 9828caa..08d118f 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -11,6 +11,7 @@ /BSRGAN /RealESRGAN /SwinIR +/MiDaS /ScuNET /LDSR /Deepdanbooru diff --git a/docker-compose.yml b/docker-compose.yml index 676ca92..148c0a0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: <<: *base_service profiles: ["auto"] build: ./services/AUTOMATIC1111 - image: sd-auto:21 + image: sd-auto:22 environment: - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 6fdee45..818346d 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -71,7 +71,7 @@ RUN pip install opencv-python-headless \ # 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=44c46f0ed395967cd3830dd481a2db759fda5b3b +ARG SHA=685f9631b56ff8bd43bce24ff5ce0f9a0e9af490 RUN <