Metadata-Version: 2.1
Name: comfyui-anime-seg
Version: 0.0.1
Summary: A Anime Character Segmentation node for comfyui, based on [this hf space](https://huggingface.co/spaces/skytnt/anime-remove-background).
Home-page: https://github.com/LyazS/comfyui-anime-seg
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
