DoctorDiffusion / ComfyUI-BEN

Background Erase Network - Remove backgrounds from images within ComfyUI.
Apache License 2.0
7 stars 0 forks source link

ComfyUI BEN - Background Erase Network


Remove backgrounds from images with BEN in ComfyUI

Installation

git clone https://github.com/DoctorDiffusion/ComfyUI-BEN.git
cd ComfyUI-BEN
pip install -r requirements.txt

Go to the BEN huggingface page and download BEN_Base.pth, and model.py and place them inside:

...ComfyUI/custom-nodes/ComfyUI-BEN/

The folder should look like this:

└── ComfyUI/custom-nodes/ComfyUI-BEN/
    ├── __init__.py
    ├── background_erase_network.py
    ├── ben.png
    ├── BEN_Base.pth
    ├── model.py
    ├── README.md
    └── requirements.txt

Nodes

Background Erase Network

Outputs image of subject with alpha layer, combine with Image to Mask Node to get alpha mask as well.

ben

Credits

⭐ If you like the project, please give it a star! ⭐

License

OUTPUTS ARE NON-COMMERCIAL USE.

While this is under an Apache 2.0 License, PramaLLC has restricted the use of their model from commercial use. Go to the PramaLLC page for more information about their model use restrictions.