ComfyUI Extension: ComfyUI_BEN_ll
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
Background removal based on BEN. NODES:LoadRembgByBenModel, RembgByBen, GetMaskByBen, RembgByBenAdvanced, BlurFusionForegroundEstimation.
Looking for a different extension?
Custom Nodes (0)
README
BEN is a deep learning model designed to automatically remove backgrounds from images, producing both a mask and a foreground image.
Preview (Image embedded workflow)

Install
- Manual
cd custom_nodes
git clone https://github.com/lldacing/ComfyUI_Ben_ll.git
cd ComfyUI_Ben_ll
pip install -r requirements.txt
# restart ComfyUI
Models
Download BEN or BEN2 from HuggingFace and put it in ComfyUI/models/rembg/ben/
Thanks
Original Project BEN
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.