We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697d985 commit 9f41231Copy full SHA for 9f41231
docker-compose.yml
@@ -1,16 +1,18 @@
1
-version: "3.8"
2
-
3
services:
4
- comfyui:
5
- image: timpietruskyblibla/runpod-worker-comfy:dev
6
- container_name: comfyui-worker
+ comfyui-worker:
+ image: timpietruskyblibla/runpod-worker-comfy:latest-flux1-schnell
+ deploy:
+ resources:
+ reservations:
7
+ devices:
8
+ - driver: nvidia
9
+ count: all
10
+ capabilities: [gpu]
11
environment:
- - NVIDIA_VISIBLE_DEVICES=all
12
- SERVE_API_LOCALLY=true
13
ports:
14
- "8000:8000"
15
- "8188:8188"
- runtime: nvidia
16
volumes:
17
- ./data/comfyui/output:/comfyui/output
18
- ./data/runpod-volume:/runpod-volume
0 commit comments