Metadata-Version: 2.1
Name: comfyui-face-similarity
Version: 0.0.1
Summary: A custom ComfyUI node that compares face identity between two images using InsightFace embeddings. Useful for verifying that a generated image preserves the identity of a reference person.
Home-page: https://github.com/phobod/ComfyUI_Face_similarity
Requires-Python: >=3.10
Requires-Dist: insightface>=0.7.3
Requires-Dist: numpy
Requires-Dist: opencv-contrib-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"
