17 lines
530 B
YAML
17 lines
530 B
YAML
services:
|
|
|
|
comfyui:
|
|
init: true
|
|
container_name: comfyui-cpu
|
|
image: "yanwk/comfyui-boot:cpu"
|
|
ports:
|
|
- "8188:8188"
|
|
volumes:
|
|
- "./storage:/root"
|
|
- "./storage-models/models:/root/ComfyUI/models"
|
|
- "./storage-models/hf-hub:/root/.cache/huggingface/hub"
|
|
- "./storage-models/torch-hub:/root/.cache/torch/hub"
|
|
- "./storage-user/input:/root/ComfyUI/input"
|
|
- "./storage-user/output:/root/ComfyUI/output"
|
|
- "./storage-user/workflows:/root/ComfyUI/user/default/workflows"
|
|
|