[add] cpu comfy
This commit is contained in:
parent
e688a7fe49
commit
27f1cb4f5e
4 changed files with 25 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
Usage
|
||||
-----
|
||||
|
||||
|
|
|
|||
21
comfyui.xpu/compose-cpu.yml
Normal file
21
comfyui.xpu/compose-cpu.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
services:
|
||||
|
||||
comfyui:
|
||||
init: true
|
||||
container_name: comfyui-cpu
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
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"
|
||||
environment:
|
||||
- CLI_ARGS="--cpu"
|
||||
|
|
@ -1 +1,4 @@
|
|||
# HomeBox
|
||||
A simple home inventory management software
|
||||
|
||||
https://homebox.software/en/installation.html#docker
|
||||
Loading…
Add table
Reference in a new issue