Metadata-Version: 2.1
Name: wd14-batch-tagger
Version: 1.0.0
Summary: Automatic image tagging using WD14 models with batch processing capabilities for ComfyUI
Home-page: https://github.com/BlackSnowSkill/wd14_batch_tagger
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: numpy
Requires-Dist: pillow>=9.0.0
Requires-Dist: huggingface-hub>=0.16.0
