ComfyUI plugin for background removal
Top 79.1% on sourcepulse
This project provides an enhanced, unofficial implementation of the BiRefNet background removal model for ComfyUI, targeting users who need efficient and versatile image and video segmentation. It offers significant improvements over existing solutions by separating model loading and processing for speed, enabling direct output of transparent PNGs, and supporting video background removal.
How It Works
The implementation leverages the BiRefNet model, described as a top-tier open-source, commercially viable background removal solution. Key architectural choices include separating model loading from image processing, a design also seen in other ComfyUI nodes, which boosts performance. This allows for direct output of transparent PNGs and streamlined video segmentation.
Quick Start & Requirements
git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO.git
into the custom_nodes
directory.pip install -r requirements.txt
(requires timm
)../models/BiRefNet
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
viperyl/ComfyUI-BiRefNet
, which is MIT licensed. Clarification on licensing is recommended for commercial use.Limitations & Caveats
The project is an unofficial implementation and does not explicitly state its license, which may impact commercial adoption. Installation via ComfyUI Manager is still pending.
1 year ago
Inactive