ComfyUI_BEN_ll

ComfyUI_BEN_ll
★ 4

背景去除前景抠图掩码生成深度学习
基于BEN的自动背景去除节点集合,输出高质量前景与掩码,便于图像合成与后期处理。
💡 自动生成前景与掩码以用于图像合成或替换背景。
🍴 2 Forks💻 Python🔄 2025-05-22
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/2df45d172dc1
📦 requirements.txt
numpy
timm
packaging
save api extended
📄 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