Nodes Browser
ComfyDeploy: How ComfyUI_OOTDiffusion_CXH works in ComfyUI?
What is ComfyUI_OOTDiffusion_CXH?
Nodes:Ood_hd_CXH, Ood_hd_CXH. [a/OOTDiffusion](https://github.com/levihsu/OOTDiffusion)
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI_OOTDiffusion_CXH
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI_OOTDiffusion_CXH
OOTDiffusion
已解决:ComfyUI_UltimateSDUpscale 放大节点冲突
支持hd + dc (训练数据集不一样)
hd:上身比较好
dc:主要是裤子+裙子效果好
安装教程:https://www.bilibili.com/video/BV1ew4m1f7bb/
模型位置:
T-shir:
dress:
low:
自己遇到的问题和解决方案紧参考(环境大家都不一样):
(1)# RuntimeError: Ninja is required to load C++ extensions
pip install Ninja
如果存在warming提示就删除升级需要的lib再安装Ninja
需要把 ninja.exe在的目录添加到path
ComfyUI_windows_portable\python_embeded\Scripts
(2).cl : Command line warning D9002 : ignoring unknown option '-O3'
-O3改成 /O2
(3).Cannot open include file: 'Python.h':
用conda 新建立一个comfyui对应版本的python 拷贝Include 和libs到comfyui自带的python环境
忽略下面错误:
from modules_ import processing, shared, images, devices, scripts
ImportError: cannot import name 'processing' from 'modules' (xxxx\custom_nodes\ComfyUI_OOTDiffusion_CXH\preprocess\humanparsing\modules_init_.py)