MoonHugo / ComfyUI-BiRefNet-Hugo

本仓库将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.
GNU General Public License v3.0
162 stars 11 forks source link

ComfyUI-BiRefNet-Hugo


中文 | English

介绍

本仓库将BiRefNet最新模型封装为ComfyUI节点来使用,相较于旧模型,最新模型的抠图精度更高更好。

安装

方法1:

  1. 进入节点目录, ComfyUI/custom_nodes/
  2. git clone https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo.git
  3. cd ComfyUI-BiRefNet-Hugo
  4. pip install -r requirements.txt
  5. 重启ComfyUI

方法2:

直接下载节点源码包,然后解压到custom_nodes目录下,最后重启ComfyUI

方法3:

通过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的使用

plot


工作流video_workflow.json的使用

plot

效果演示

社交账号

感谢

感谢BiRefNet仓库的所有作者 ZhengPeng7/BiRefNet

部分代码参考了 ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO 感谢!

关注历史

Star History Chart