From 58403267dd26b7993c3f71cfae8832cb29267663 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sat, 5 Nov 2022 09:24:19 +0100 Subject: [PATCH] auto --- docker-compose.yml | 2 +- services/AUTOMATIC1111/Dockerfile | 2 +- services/AUTOMATIC1111/entrypoint.sh | 1 + services/download/download.sh | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e3a2134..795ca26 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: <<: *base_service profiles: ["auto"] build: ./services/AUTOMATIC1111 - image: sd-auto:11 + image: sd-auto:12 environment: - CLI_ARGS=--allow-code --medvram --xformers diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 793070a..8e0a45c 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -65,7 +65,7 @@ RUN [[ "${DEEPDANBOORU:-0}" == "0" ]] && : || pip install tensorflow-cpu==2.10 t # 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=cd5eafaf03a25d2b0e35154666947b9489078af9 +ARG SHA=30b1bcc64e67ad50c5d3af3a6fe1bd1e9553f34e RUN <