Metadata-Version: 2.1
Name: comfyui-remove-background
Version: 0.0.1
Summary: Remove background scenery from an image of a person. The output options are RGB, RGBA and Alpha Channel only.
Home-page: https://github.com/Sean-Bradley/ComfyUI-Remove-Background
Requires-Python: >=3.10
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"
Requires-Dist: rembg>=2.0.69
Requires-Dist: pillow>=12.0.0
