[add] comfyui
This commit is contained in:
parent
fd32f8f442
commit
e6f70efab4
2 changed files with 29 additions and 0 deletions
28
comfyui/docker-compose.yml
Normal file
28
comfyui/docker-compose.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
# Compose file for Intel GPU
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
comfyui:
|
||||||
|
init: true
|
||||||
|
container_name: comfyui-xpu
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
image: "yanwk/comfyui-boot:xpu"
|
||||||
|
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"
|
||||||
|
environment:
|
||||||
|
- CLI_ARGS=
|
||||||
|
devices:
|
||||||
|
- /dev/dri
|
||||||
|
ipc: host
|
||||||
|
security_opt:
|
||||||
|
- label:disable
|
||||||
1
comfyui/readme.md
Normal file
1
comfyui/readme.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
https://github.com/YanWenKun/ComfyUI-Docker/blob/main/xpu/docker-compose.yml
|
||||||
Loading…
Add table
Reference in a new issue