Merge branch 'master' of github.com:machinshin/stable-diffusion-webui-docker

This commit is contained in:
MachinShin (Vat Raghavan) 2023-06-28 07:51:30 -07:00
commit a3f1a7b365
12 changed files with 98 additions and 115 deletions

View file

@ -3,11 +3,12 @@ version: '3.9'
x-base_service:
&base_service
ports:
- "${CONTAINER_PORT}:7860"
- "${WEBUI_PORT:-7860}:7860"
volumes:
- &v1 ./data:/data
- &v2 ./output:/output
stop_signal: SIGINT
stop_signal: SIGKILL
tty: true
deploy:
resources:
reservations:
@ -30,7 +31,7 @@ services:
<<: *base_service
profiles: [ "auto" ]
build: ./services/AUTOMATIC1111
image: sd-auto:58
image: sd-auto:61
environment:
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api --gradio-auth ${GRADIO_AUTH}
auto-cpu:
@ -45,7 +46,7 @@ services:
<<: *base_service
profiles: [ "invoke" ]
build: ./services/invoke/
image: sd-invoke:29
image: sd-invoke:30
environment:
- PRELOAD=true
- CLI_ARGS=--xformers
@ -62,8 +63,7 @@ services:
<<: *base_service
profiles: [ "comfy" ]
build: ./services/comfy/
image: sd-comfy:2
tty: true
image: sd-comfy:3
environment:
- CLI_ARGS=