kijai/ComfyUI-BrushNet-Wrapper

ComfyUI nodes to use BrushNet with Diffusers

150

stars

29

commits

Python

primary language

Jun 20, 2024

updated

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

image

image

image

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

Contributors

kijai

27 commits

zhuang2002

2 commits

kijai/ComfyUI-BrushNet-Wrapper

ComfyUI nodes to use BrushNet with Diffusers

150

stars

29

commits

Python

primary language

Jun 20, 2024

updated

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

image

image

image

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

Contributors

kijai

27 commits

zhuang2002

2 commits

Languages

Python

100.0%