comfyui, docker runtime version: 0.2.2 only with custom nodes: comfy-mamanger cuda12.1
98
services:
runner:
image: spartazhang/comfyui:0.2.2
command: [ "python", "main.py", "--listen", ]
network_mode: host
restart: always
runtime: nvidia
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [ gpu ]
Content type
Image
Digest
sha256:b72552dd7…
Size
8.4 GB
Last updated
almost 2 years ago
docker pull spartazhang/comfyui:0.2.2