Metadata-Version: 2.1
Name: abg-comfyui
Version: 0.0.1
Summary: Nodes: Remove Image Background (abg). A Anime Background Remover node for comfyui, based on this hf space, works same as AGB extention in automatic1111.
Home-page: https://github.com/kwaroran/abg-comfyui
Requires-Python: >=3.10
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"
Requires-Dist: onnx
Requires-Dist: numpy
Requires-Dist: Pillow
