diff --git a/docker-compose.yml b/docker-compose.yml index e3a2134..0a333e4 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 @@ -42,7 +42,7 @@ services: <<: *base_service profiles: ["hlky"] build: ./services/hlky/ - image: sd-hlky:6 + image: sd-hlky:7 environment: - CLI_ARGS=--optimized-turbo - USE_STREAMLIT=0 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 <