Metadata-Version: 2.1
Name: comfyui-ccip
Version: 0.0.1
Summary: Lightweight repository containing an independent CCIP inference module for anime character feature extraction, pairwise difference calculation, and clustering. (Description by CC)
Home-page: https://github.com/spawner1145/comfyui-ccip
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: huggingface-hub
Requires-Dist: scikit-learn
Requires-Dist: tqdm
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"
