Metadata-Version: 2.1
Name: comfyui-geekyremb
Version: 0.0.1
Summary: GeekyRemB is a powerful and versatile image processing node for ComfyUI, designed to remove backgrounds from images with advanced customization options. This node leverages the rembg library and offers a wide range of features for fine-tuning the background removal process and enhancing the resulting images.
Home-page: https://github.com/GeekyGhost/ComfyUI-GeekyRemB
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: Pillow>=10.0.0
Requires-Dist: opencv-python-headless
Requires-Dist: scikit-image>=0.21.0
Requires-Dist: scipy>=1.11.0
Requires-Dist: rembg>=2.0.57
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: kornia>=0.7.0  # Advanced computer vision operations
Requires-Dist: albumentations>=1.3.0  # Image augmentation library
Requires-Dist: transformers>=4.35.0
Requires-Dist: huggingface-hub>=0.17.0
Requires-Dist: tqdm>=4.66.0
Requires-Dist: requests>=2.31.0
Requires-Dist: psutil>=5.9.0  # Memory monitoring
Requires-Dist: dataclasses-json>=0.6.0  # Enhanced dataclass support
