diff --git a/docker-compose.yml b/docker-compose.yml index 0865506f2..2d6552a51 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: <<: *base_service profiles: ["auto"] build: ./services/AUTOMATIC1111 - image: sd-auto:35 + image: sd-auto:36 environment: - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api @@ -42,7 +42,7 @@ services: <<: *base_service profiles: ["invoke"] build: ./services/invoke/ - image: sd-invoke:18 + image: sd-invoke:19 environment: - PRELOAD=true - CLI_ARGS= diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index e32dcaa28..c8c792794 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -67,7 +67,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \ # 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=6faae2323963f9b0e0086a85b9d0472a24fbaa73 +ARG SHA=c98cb0f8ecc904666f47684e238dd022039ca16f RUN --mount=type=cache,target=/root/.cache/pip <=4.24 + pip install -U opencv-python-headless 'transformers>=4.24' COPY . /docker diff --git a/services/invoke/Dockerfile b/services/invoke/Dockerfile index 20dfb62f1..80282383e 100644 --- a/services/invoke/Dockerfile +++ b/services/invoke/Dockerfile @@ -46,7 +46,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \ pip install triton /xformers-0.0.15-cp310-cp310-linux_x86_64.whl -ARG BRANCH=main SHA=f232068ab89bd80e4f5f3133dcdb62ea78f1d0f7 +ARG BRANCH=main SHA=89791d91e84abfc127ffecca21db68920781709f RUN --mount=type=cache,target=/root/.cache/pip <=4.24 && \ + pip install -U --force-reinstall opencv-python-headless huggingface_hub 'transformers>=4.24' && \ python3 -c "from patchmatch import patch_match" diff --git a/services/sygil/Dockerfile b/services/sygil/Dockerfile index 8738f0804..056d8da26 100644 --- a/services/sygil/Dockerfile +++ b/services/sygil/Dockerfile @@ -28,7 +28,7 @@ git reset --hard ${SHA} pip install -r requirements.txt EOF -RUN --mount=type=cache,target=/root/.cache/pip pip install transformers==4.24.0 +RUN --mount=type=cache,target=/root/.cache/pip pip install -U 'transformers>=4.24' # add info COPY . /docker/