Metadata-Version: 2.1
Name: comfyui-faceanalysis
Version: 1.0.0
Summary: This extension uses DLib or InsightFace to calculate the vicinity between two faces and to perform other operation on faces.
Home-page: https://github.com/cubiq/ComfyUI_FaceAnalysis
Requires-Python: >=3.10
Requires-Dist: dlib
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: insightface
Requires-Dist: color_matcher
