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 <