Metadata-Version: 2.1
Name: comfyui-ai-faces
Version: 0.0.1
Summary: A ComfyUI custom node for automated face verification, designed to check if a person is clearly visible and suitable for passport-style photos. This node performs comprehensive facial analysis to ensure photo quality meets identification document standards.
Home-page: https://github.com/fotobudka-team/comfyui-ai-faces
Requires-Python: >=3.10
Requires-Dist: opencv-python-headless
Requires-Dist: numpy
Requires-Dist: requests
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: supervision
Requires-Dist: Pillow
Requires-Dist: matplotlib
