# ComfyUI-BrushNet-Wrapper **Repository Path**: comfyui_custom_nodes/ComfyUI-BrushNet-Wrapper ## Basic Information - **Project Name**: ComfyUI-BrushNet-Wrapper - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-08 - **Last Updated**: 2024-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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](https://github.com/kijai/ComfyUI-BrushNet-Wrapper/assets/40791699/bb4cc07b-2be5-411b-b563-a03a688ae0e0) ![image](https://github.com/kijai/ComfyUI-BrushNet-Wrapper/assets/40791699/d56f7fdb-36fa-4d01-a95b-56bd21bac430) ![image](https://github.com/kijai/ComfyUI-BrushNet-Wrapper/assets/40791699/9a5e75d5-ee38-4a36-9f20-293ed0fb78a0) # 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