Metadata-Version: 2.1
Name: comfyui-rmbg
Version: 2.6.0
Summary: A sophisticated ComfyUI custom node engineered for advanced image background removal and precise segmentation of objects, faces, clothing, and fashion elements. This tool leverages a diverse array of models, including RMBG-2.0, INSPYRENET, BEN, BEN2, BiRefNet, SDMatte models, SAM, SAM2, SAM3 and GroundingDINO, while also incorporating a new feature for real-time background replacement and enhanced edge detection for improved accuracy.
Home-page: https://github.com/1038lab/ComfyUI-RMBG
Requires-Python: >=3.10
Requires-Dist: Pillow>=9.0.0
Requires-Dist: numpy
Requires-Dist: huggingface-hub>=0.19.0
Requires-Dist: transformers>=4.35.0
Requires-Dist: safetensors>=0.3.0
Requires-Dist: transparent-background>=1.2.4
Requires-Dist: tqdm>=4.65.0
Requires-Dist: segment-anything>=1.0
Requires-Dist: groundingdino-py>=0.4.0
Requires-Dist: opencv-python-headless
Requires-Dist: onnxruntime; sys_platform == "darwin"
Requires-Dist: onnxruntime; sys_platform == "linux" and platform_machine == "aarch64"
Requires-Dist: onnxruntime-gpu; sys_platform == "linux" and platform_machine == "x86_64"
Requires-Dist: onnxruntime-gpu; sys_platform == "win32"
