stable-diffusion-webui/compose.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
305 B
YAML
Raw Normal View History

services:
webui:
build: .
volumes:
- type: bind
source: ./models
target: /webui/models
ports:
- 7860:7860
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]