Spaces:
Runtime error
Runtime error
File size: 503 Bytes
f2dbf59 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[project]
name = "comfyui_faceanalysis"
description = "This extension uses DLib or InsightFace to calculate the vicinity between two faces and to perform other operation on faces."
version = "1.0.0"
license = "LICENSE"
dependencies = ["dlib", "onnxruntime", "insightface", "color_matcher"]
[project.urls]
Repository = "https://github.com/cubiq/ComfyUI_FaceAnalysis"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "matteo"
DisplayName = "ComfyUI_FaceAnalysis"
Icon = ""
|