From d2f8a89e872e27b1863f53da343f9293ae3532eb Mon Sep 17 00:00:00 2001 From: llikethat Date: Fri, 5 Dec 2025 09:19:28 +0530 Subject: [PATCH] Add faceExtractor node for ComfyUI (#2339) 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 420ed6c6..7b282613 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37995,6 +37995,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." } ] }