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..f6d9c1e 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 @@ -42,7 +42,7 @@ services: <<: *base_service profiles: ["sygil"] build: ./services/sygil/ - image: sd-sygil:13 + image: sd-sygil:14 environment: - CLI_ARGS=--optimized-turbo - USE_STREAMLIT=0 @@ -58,7 +58,7 @@ services: <<: *base_service profiles: ["invoke"] build: ./services/invoke/ - image: sd-invoke:11 + image: sd-invoke:12 environment: - PRELOAD=true - CLI_ARGS= 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 <