From 1a842f5271b4b86ffb7529e82c7c85b587de866e Mon Sep 17 00:00:00 2001 From: llikethat Date: Tue, 2 Dec 2025 22:55:27 +0530 Subject: [PATCH] Add faceExtractor node for ComfyUI Added faceExtractor node for ComfyUI which identifies based on input image reference --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e0c648b5..a2a36451 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37794,6 +37794,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Bharanidharan", + "title": "faceExtractor for ComfyUI", + "reference": "https://github.com/llikethat/ComfyUI-faceExtractor", + "files": [ + "https://github.com/llikethat/ComfyUI-faceExtractor" + ], + "install_type": "git-clone", + "description": "Custom Node to detect face matching the input reference image." } ] }