本仓库将BiRefNet最新模型封装为ComfyUI节点来使用,相较于旧模型来说,最新模型的抠图精度更高更好。This repository wraps the latest BiRefNet model as ComfyUI nodes. Compared to the previous model, the latest model offers higher and better matting accuracy.
376
stars
28
commits
Python
primary language
May 25, 2025
updated
中文 | English
本仓库将BiRefNet最新模型封装为ComfyUI节点来使用,相较于旧模型,最新模型的抠图精度更高更好。
ComfyUI/custom_nodes/git clone https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo.gitcd ComfyUI-BiRefNet-Hugopip install -r requirements.txt直接下载节点源码包,然后解压到custom_nodes目录下,最后重启ComfyUI
通过ComfyUI-Manager安装,搜索“ComfyUI-BiRefNet-Hugo”进行安装
示例工作流放置在ComfyUI-BiRefNet-Hugo/workflow中
加载模型支持两种方式,一种是自动下载远程模型并加载模型,另外一种是加载本地模型。加载本地模型的时候需要把load_local_model设置为true,并把local_model_path设置为本地模型所在路径,例如:H:\ZhengPeng7\BiRefNet


模型下载地址:https://huggingface.co/ZhengPeng7/BiRefNet/tree/main
工作流workflow.json的使用

工作流video_workflow.json的使用





感谢BiRefNet仓库的所有作者 ZhengPeng7/BiRefNet
部分代码参考了 ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO 感谢!
Python
55.4%
JavaScript
44.6%
本仓库将BiRefNet最新模型封装为ComfyUI节点来使用,相较于旧模型来说,最新模型的抠图精度更高更好。This repository wraps the latest BiRefNet model as ComfyUI nodes. Compared to the previous model, the latest model offers higher and better matting accuracy.
376
stars
28
commits
Python
primary language
May 25, 2025
updated
中文 | English
本仓库将BiRefNet最新模型封装为ComfyUI节点来使用,相较于旧模型,最新模型的抠图精度更高更好。
ComfyUI/custom_nodes/git clone https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo.gitcd ComfyUI-BiRefNet-Hugopip install -r requirements.txt直接下载节点源码包,然后解压到custom_nodes目录下,最后重启ComfyUI
通过ComfyUI-Manager安装,搜索“ComfyUI-BiRefNet-Hugo”进行安装
示例工作流放置在ComfyUI-BiRefNet-Hugo/workflow中
加载模型支持两种方式,一种是自动下载远程模型并加载模型,另外一种是加载本地模型。加载本地模型的时候需要把load_local_model设置为true,并把local_model_path设置为本地模型所在路径,例如:H:\ZhengPeng7\BiRefNet


模型下载地址:https://huggingface.co/ZhengPeng7/BiRefNet/tree/main
工作流workflow.json的使用

工作流video_workflow.json的使用





感谢BiRefNet仓库的所有作者 ZhengPeng7/BiRefNet
部分代码参考了 ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO 感谢!
Python
55.4%
JavaScript
44.6%