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 9d130de commit b005721Copy full SHA for b005721
docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.8"
2
3
services:
4
comfyui:
5
- image: timpietruskyblibla/runpod-worker-comfy:latest
+ image: timpietruskyblibla/runpod-worker-comfy:dev
6
container_name: comfyui-worker
7
environment:
8
- NVIDIA_VISIBLE_DEVICES=all
@@ -12,3 +12,4 @@ services:
12
runtime: nvidia
13
volumes:
14
- ./data/comfyui/output:/comfyui/output
15
+ - ./data/runpod-volume:/runpod-volume
0 commit comments