Extensions/ComfyUI-Face-Comparator
ComfyUI Extension

ComfyUI-Face-Comparator

This is a node to detect the similarity between two faces

By fr0nky0ng·Created 11 months ago·Updated 11 months ago· 17
fr0nky0ng/ComfyUI-Face-Comparator
Nodes1
On cloudLocal install
CategoryFace
Stars17
Updated11 months ago
Readme

ComfyUI-Face-Comparator

A ComfyUI custom node for detecting the similarity between two faces

Install

This node is based on insightface, the model of "buffalo_l" will be automatically downloaded the first time you run it.

cd comfyUI/custom_nodes
git clone https://github.com/fr0nky0ng/ComfyUI-Face-Comparator.git
cd ComfyUI-Face-Comparator
pip install -r requirements.txt

Note

The default cosine similarity threshold is 0.65. The higher the score, the more similar they are. You can adjust this threshold to meet your needs.

<img width="634" height="485" alt="image" src="example_workflows/snapshot.png" />