stable-diffusion-webui-docker/docker-compose.yml
Mou Lai d11e071b9b Fix&Update to use lstein (PRELOAD=true)
1. Update docker-compose.yml: use PRELOAD=true for lstein.
2. Fix services/lstein/mount.sh: change "CodeFormer" to "Codeformer".
3. Update services/lstein/mount.sh: avoid having to re-download the data every time the container is started.
2022-10-13 21:39:23 +08:00

58 lines
1.1 KiB
YAML

version: '3.9'
x-base_service: &base_service
ports:
- "7860:7860"
volumes:
- &v1 ./data:/data
- &v2 ./output:/output
deploy:
resources:
reservations:
devices:
- driver: nvidia
device_ids: ['0']
capabilities: [gpu]
name: webui-docker
services:
download:
build: ./services/download/
profiles: ["download"]
volumes:
- *v1
hlky:
<<: *base_service
profiles: ["hlky"]
build: ./services/hlky/
environment:
- CLI_ARGS=--optimized-turbo
auto: &automatic
<<: *base_service
profiles: ["auto"]
build: ./services/AUTOMATIC1111
volumes:
- *v1
- *v2
- ./services/AUTOMATIC1111/config.json:/stable-diffusion-webui/config.json
environment:
- CLI_ARGS=--allow-code --medvram
auto-cpu:
<<: *automatic
profiles: ["auto-cpu"]
deploy: {}
environment:
- CLI_ARGS=--no-half --precision full
lstein:
<<: *base_service
profiles: ["lstein"]
build: ./services/lstein/
environment:
- PRELOAD=true
- CLI_ARGS=