README.md 854 Bytes
Newer Older
wuxk1's avatar
wuxk1 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
### 拉取代码
git clone http://developer.sourcefind.cn/codes/wuxk1/dcu-comui.git -b dev

### 替换权重
准备对应`custom_nodes/comfyui_controlnet_aux/ckpts`下模型权重并放置对应位置

`custom_nodes/comfyui_controlnet_aux/ckpts/depth-anything/Depth-Anything-V2-Large/depth_anything_v2_vitl.pth`
`custom_nodes/comfyui_controlnet_aux/ckpts/hr16/DWPose-TorchScript-BatchSize5/dw-ll_ucoco_384_bs5.torchscript.pt`
`custom_nodes/comfyui_controlnet_aux/ckpts/hr16/yolox-onnx/yolox_l.torchscript.pt`
`custom_nodes/comfyui_controlnet_aux/ckpts/yzd-v/DWPose/dw-ll_ucoco_384.onnx`
`custom_nodes/comfyui_controlnet_aux/ckpts/yzd-v/DWPose/yolox_l.onnx`

### 运行
`python dcu-comui/main.py --disable-cuda-malloc --port 8195 --listen 0.0.0.0 --use-pytorch-cross-attention`
### 测试
`python dcu-comui/workflow_test/test.py --ip 0.0.0.0 --port 8195`