stable-diffusion-webui-docker/docker-compose.yml

58 lines
1.1 KiB
YAML
Raw Normal View History

2022-08-27 14:38:12 +03:00
version: '3.9'
x-base_service: &base_service
2022-08-27 14:38:12 +03:00
ports:
- "7860:7860"
volumes:
- &v1 ./data:/data
- &v2 ./output:/output
2022-08-27 14:38:12 +03:00
deploy:
resources:
reservations:
devices:
- driver: nvidia
device_ids: ['0']
capabilities: [gpu]
name: webui-docker
services:
download:
build: ./services/download/
profiles: ["download"]
volumes:
- *v1
auto: &automatic
<<: *base_service
profiles: ["auto"]
build: ./services/AUTOMATIC1111
image: sd-auto:18
environment:
2022-10-16 17:35:14 +03:00
- CLI_ARGS=--allow-code --medvram --xformers
auto-cpu:
<<: *automatic
profiles: ["auto-cpu"]
deploy: {}
environment:
- CLI_ARGS=--no-half --precision full
hlky:
<<: *base_service
profiles: ["hlky"]
build: ./services/hlky/
image: sd-hlky:9
environment:
- CLI_ARGS=--optimized-turbo
- USE_STREAMLIT=0
lstein:
<<: *base_service
profiles: ["lstein"]
build: ./services/lstein/
image: sd-lstein:7
2022-09-16 17:40:20 +03:00
environment:
- PRELOAD=true
- CLI_ARGS=--max_loaded_models=1