2022-08-27 13:38:12 +02:00
|
|
|
version: '3.9'
|
|
|
|
|
|
2022-09-11 20:18:50 +02:00
|
|
|
x-base_service: &base_service
|
2022-08-27 13:38:12 +02:00
|
|
|
ports:
|
2023-06-25 20:33:57 +02:00
|
|
|
- "${WEBUI_PORT:-7860}:7860"
|
2024-05-02 10:24:58 +02:00
|
|
|
volumes:
|
|
|
|
|
- &v1 ./data:/data:Z
|
|
|
|
|
- &v2 ./output:/output:Z
|
2024-05-02 10:40:10 +02:00
|
|
|
security_opt:
|
|
|
|
|
- label=disable
|
2024-05-02 10:24:58 +02:00
|
|
|
devices:
|
|
|
|
|
- /dev/dri
|
|
|
|
|
- /dev/kfd
|
|
|
|
|
ipc:
|
|
|
|
|
- host
|
|
|
|
|
# ulimit:
|
|
|
|
|
# - host
|
|
|
|
|
# cgroupns:
|
|
|
|
|
# - host
|
2024-05-02 06:05:13 +02:00
|
|
|
# volumes:
|
|
|
|
|
# - &v1 ./data:/data
|
|
|
|
|
# - &v2 ./output:/output
|
|
|
|
|
# stop_signal: SIGKILL
|
|
|
|
|
# tty: true
|
|
|
|
|
# security_opt:
|
|
|
|
|
# - label=type:nvidia_container_t
|
|
|
|
|
# deploy:
|
|
|
|
|
# resources:
|
|
|
|
|
# reservations:
|
|
|
|
|
# devices:
|
|
|
|
|
# - /dev/dri:/dev/kfd
|
|
|
|
|
# - driver: nvidia
|
|
|
|
|
# device_ids: ['0']
|
|
|
|
|
# capabilities: [compute, utility]
|
2022-09-11 20:18:50 +02:00
|
|
|
|
|
|
|
|
name: webui-docker
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
download:
|
|
|
|
|
build: ./services/download/
|
2024-05-02 10:24:58 +02:00
|
|
|
profiles: ["download"]
|
|
|
|
|
volumes:
|
|
|
|
|
- *v1
|
2022-09-11 20:18:50 +02:00
|
|
|
|
2022-10-01 12:57:53 +02:00
|
|
|
auto: &automatic
|
2022-09-11 20:18:50 +02:00
|
|
|
<<: *base_service
|
2024-05-02 10:24:58 +02:00
|
|
|
profiles: ["auto"]
|
2022-09-11 20:18:50 +02:00
|
|
|
build: ./services/AUTOMATIC1111
|
2024-02-03 08:50:40 +01:00
|
|
|
image: sd-auto:72
|
2022-09-11 20:18:50 +02:00
|
|
|
environment:
|
2024-05-02 06:05:13 +02:00
|
|
|
# - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
|
|
|
|
- CLI_ARGS=--allow-code --enable-insecure-extension-access --api
|
2022-09-11 20:18:50 +02:00
|
|
|
|
|
|
|
|
|
2024-05-02 06:05:13 +02:00
|
|
|
# auto-cpu:
|
|
|
|
|
# <<: *automatic
|
|
|
|
|
# profiles: ["auto-cpu"]
|
|
|
|
|
# deploy: {}
|
|
|
|
|
# environment:
|
|
|
|
|
# - CLI_ARGS=--no-half --precision full --allow-code --enable-insecure-extension-access --api
|
|
|
|
|
#
|
2024-05-02 10:24:58 +02:00
|
|
|
invoke: &invoke
|
|
|
|
|
<<: *base_service
|
|
|
|
|
profiles: ["invoke"]
|
|
|
|
|
build: ./services/invoke/
|
|
|
|
|
image: sd-invoke:30
|
|
|
|
|
environment:
|
|
|
|
|
- PRELOAD=true
|
|
|
|
|
# - CLI_ARGS=--xformers
|
|
|
|
|
- CLI_ARGS=
|
2023-05-06 09:48:38 +02:00
|
|
|
|
|
|
|
|
# invoke-cpu:
|
|
|
|
|
# <<: *invoke
|
|
|
|
|
# profiles: ["invoke-cpu"]
|
|
|
|
|
# environment:
|
|
|
|
|
# - PRELOAD=true
|
|
|
|
|
# - CLI_ARGS=--always_use_cpu
|
2023-01-07 18:58:50 +01:00
|
|
|
|
2024-05-02 10:24:58 +02:00
|
|
|
comfy: &comfy
|
|
|
|
|
<<: *base_service
|
|
|
|
|
profiles: ["comfy"]
|
|
|
|
|
build: ./services/comfy/
|
|
|
|
|
image: sd-comfy:6
|
|
|
|
|
environment:
|
|
|
|
|
- CLI_ARGS=
|
2024-05-02 06:05:13 +02:00
|
|
|
#
|
|
|
|
|
#
|
|
|
|
|
# comfy-cpu:
|
|
|
|
|
# <<: *comfy
|
|
|
|
|
# profiles: ["comfy-cpu"]
|
|
|
|
|
# deploy: {}
|
|
|
|
|
# environment:
|
|
|
|
|
# - CLI_ARGS=--cpu
|