Nodes Browser
ComfyDeploy: How ComfyUI-BiRefNet-Hugo works in ComfyUI?
What is ComfyUI-BiRefNet-Hugo?
This repository wraps the latest BiRefNet model as ComfyUI nodes. Compared to the previous model, the latest model offers higher and better matting accuracy.
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-BiRefNet-Hugo
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
<h1 align="center">ComfyUI-BiRefNet-Hugo</h1>
<p align="center">
<br> <font size=5>中文 | <a href="README_EN.md">English</a></font>
</p>
介绍
本仓库将BiRefNet最新模型封装为ComfyUI节点来使用,相较于旧模型,最新模型的抠图精度更高更好。<br>
安装
方法1:
- 进入节点目录,
ComfyUI/custom_nodes/
git clone https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo.git
cd ComfyUI-BiRefNet-Hugo
pip install -r requirements.txt
- 重启ComfyUI
方法2:
直接下载节点源码包,然后解压到custom_nodes目录下,最后重启ComfyUI
方法3:
通过ComfyUI-Manager安装,搜索“ComfyUI-BiRefNet-Hugo”进行安装
使用
示例工作流放置在ComfyUI-BiRefNet-Hugo/workflow
中<br/>
加载模型支持两种方式,一种是自动下载远程模型并加载模型,另外一种是加载本地模型。加载本地模型的时候需要把load_local_model设置为true,并把local_model_path设置为本地模型所在路径,例如:H:\ZhengPeng7\BiRefNet<br/>
模型下载地址:https://huggingface.co/ZhengPeng7/BiRefNet/tree/main<br/>
工作流workflow.json的使用<br/>
工作流video_workflow.json的使用<br/>
效果演示
社交账号
- Bilibili:我的B站主页
感谢
感谢BiRefNet仓库的所有作者 ZhengPeng7/BiRefNet
部分代码参考了 ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO 感谢!