Nodes Browser
ComfyDeploy: How FaceSimilarity works in ComfyUI?
What is FaceSimilarity?
A ComfyUI custom node for face comparison. This node utilizes Face++'s facial recognition and comparison algorithms by directly calling the Face++ API. Its usage in the workflow is as follows:
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
FaceSimilarity
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
FaceAnalyze
Adding new node for face analyzing, the node returen gender and age of the charactor face.
FaceSimilarity
A ComfyUI custom node for face comparison. This node utilizes Face++'s facial recognition and comparison algorithms by directly calling the Face++ API. Its usage in the workflow is as follows: <img width="817" alt="1726375266589" src="https://github.com/user-attachments/assets/7415864e-7c8e-4ce1-9426-3e6fc96c8616">
Installation:
Simply place the file faceSimilarity.py in the custom_node directory.
##Usage Adding your Face++ API Key and Secret to the <img width="635" alt="1726375771417" src="https://github.com/user-attachments/assets/9f0b2fd4-2750-41fa-93f3-4cd876e940dd">
中文说明
2024-10-27 新增脸部分析节点,返回脸部年龄和性别。 这个节点使用了Face++的脸部识别和比较算法,直接调用Face++的API,在流程中用法如下
安装
只需要把文件放到 custom_node目录下即可。 ##使用 把Face++ API Key and Secret 加到代码里。 作者为大家提供免费的API-KEY,可以使用200次。可以直接关注公众号,发送“Face++”索取。