ComfyUI-BrushNet-Wrapper

ComfyUI-BrushNet-Wrapper
★ 150

BrushNet集成Diffusers兼容ComfyUI扩展模型包装器
在 ComfyUI 中封装 Diffusers 的 BrushNet 实现,便于在工作流中直接调用 BrushNet 模型,快速集成与测试。
💡 在 ComfyUI 流程中快速调用 Diffusers 实现的 BrushNet 进行图像处理。
🍴 8 Forks💻 Python🔄 2024-06-20
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/b45acaa3411d
📦 requirements.txt
diffusers>=0.27.2
accelerate>=0.29.2
omegaconf
image
image
image
📄 README

ComfyUI wrapper nodes to use the Diffusers implementation of BrushNet

UPDATE:

Instead of this wrapper, I recommend using native ComfyUI implementation of brushnet:

https://github.com/nullquant/ComfyUI-BrushNet

Installing

Either use the Manager and it’s install from git -feature, or clone this repo to custom_nodes and run:

pip install -r requirements.txt

or if you use portable (run this in ComfyUI_windows_portable -folder):

python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-BrushNetWrapper\requirements.txt

Models are automatically downloaded from here: https://huggingface.co/Kijai/BrushNet-fp16/tree/main

to ComfyUI/models/brushnet

Original repository:

https://github.com/TencentARC/BrushNet

https://github.com/zhuang2002/PowerPaint