diff --git a/docker-compose.yml b/docker-compose.yml index ec5c4b1..96ea07b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,7 +36,7 @@ services: profiles: ["auto"] build: ./services/AUTOMATIC1111 environment: - - CLI_ARGS=--allow-code --medvram --xformers + - CLI_ARGS=--allow-code --medvram --xformers --deepdanbooru auto-cpu: <<: *automatic diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index c36a90e..1c8a802 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -73,6 +73,12 @@ RUN pip install --prefer-binary --no-cache-dir opencv-python-headless \ COPY --from=xformers /wheel.whl xformers-0.0.14.dev0-cp310-cp310-linux_x86_64.whl RUN pip install xformers-0.0.14.dev0-cp310-cp310-linux_x86_64.whl +RUN <