ComfyUI Extension: ComfyUI-Face-Comparator

Authored by fr0nky0ng

Created

Updated

17 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

This is a node to detect the similarity between two faces

Looking for a different extension?

Custom Nodes (0)

    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" />

    Run ComfyUI workflows without the setup

    No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

    Learn more