Discover ComfyUI-RMBG: The Powerful Background Removal Tool for ComfyUI Users
A Powerful ComfyUI Background Removal Plugin on GitHub: ComfyUI-RMBG
ComfyUI-RMBG supports precise segmentation of objects, faces, clothing, and fashion elements, integrating multiple advanced models including RMBG-2.0, INSPYRENET, BEN, BEN2, BiRefNet models, SAM, and GroundingDINO.

It also supports batch processing, with adjustable parameters such as sensitivity, resolution, and blur. The plugin can be installed through ComfyUI-Manager search or directly cloned into the custom_nodes
folder. The required models will be automatically downloaded the first time it is used.

Related Links
GitHub: github.com/1038lab/ComfyUI-RMBG

Features
Background Removal (RMBG Node)
Multiple models: RMBG-2.0, INSPYRENET, BEN, BEN2
Various background options
Batch processing support
Object Segmentation (Segment Node)
Object detection from text prompts
Supports both label-based and natural language input
High-precision segmentation using SAM
Flexible parameter controls
Installation
Install via ComfyUI-Manager
Search for ComfyUI-RMBG and install it. In the ComfyUI-RMBG folder, install requirements.txt
./ComfyUI/python_embeded/python -m pip install -r requirements.txt
Clone this repository into the ComfyUI custom_nodes folder
cd ComfyUI/custom_nodes git clone https://github.com/1038lab/ComfyUI-RMBG
Install requirements.txt
in the ComfyUI-RMBG folder:
./ComfyUI/python_embeded/python -m pip install -r requirements.txt


