adding support runs on nvidia pascal videocards
This commit is contained in:
@@ -3,28 +3,29 @@
|
||||
# http://github.com/kaouthia
|
||||
|
||||
services:
|
||||
comfyk:
|
||||
comfyui:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
image: comfyui:latest
|
||||
image: comfyui-v3:latest
|
||||
container_name: comfyui
|
||||
ports:
|
||||
# ComfyUI web interface
|
||||
- "8188:8188"
|
||||
volumes:
|
||||
# persist your models, output, and settings:
|
||||
- c:/home/user/comfyui/models:/app/ComfyUI/models
|
||||
|
||||
# persist your output images:
|
||||
- c:/home/user/comfyui/output:/app/ComfyUI/output
|
||||
|
||||
# Persist models (checkpoints, LoRAs, VAEs, etc.)
|
||||
- /srv/comfyui/models:/app/ComfyUI/models
|
||||
# Persist generated images
|
||||
- /srv/comfyui/output:/app/ComfyUI/output
|
||||
# persist all your settings & extra nodes:
|
||||
- c:/home/user/comfyui/settings:/app/ComfyUI/user/default:rw
|
||||
|
||||
# persist just your saved flows (overrides the workflows/ in default):
|
||||
- c:/home/user/comfyui/flows:/app/ComfyUI/user/default/workflows:rw
|
||||
|
||||
- /srv/comfyui/settings:/app/ComfyUI/user/default
|
||||
# Persist custom nodes
|
||||
- /srv/comfyui/custom_nodes:/app/ComfyUI/custom_nodes
|
||||
# Persist workflow files
|
||||
- /srv/comfyui/workflows:/app/ComfyUI/user/default/workflows:rw
|
||||
user: "1000:1000"
|
||||
runtime: nvidia
|
||||
environment:
|
||||
- CLI_ARGS=--listen 0.0.0.0
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
stdin_open: true
|
||||
tty: true
|
||||
|
||||
Reference in New Issue
Block a user