From 26b347c04ca8f6e6de64b789a61d9eca7b3f81ff Mon Sep 17 00:00:00 2001 From: fr0nky0ng Date: Sun, 14 Sep 2025 07:20:23 +0800 Subject: [PATCH] Add custom node: ComfyUI-Face-Comparator (#2147) --- custom-node-list.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b24aaaa9..0d1a60d3 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33165,6 +33165,13 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "fr0nky0ng", + "title": "ComfyUI-Face-Comparator", + "description": "This is a node to detect the similarity between two faces", + "install_type": "git-clone", + "reference": "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator" } ] }