From 8a709975462b5e1d78c4aa67fa0b3d11542af7d9 Mon Sep 17 00:00:00 2001 From: Gero Doll <6284675+Limbicnation@users.noreply.github.com> Date: Mon, 23 Jun 2025 05:29:58 +0200 Subject: [PATCH] Add ComfyUI Face Detection Node (#1947) --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8e31dab4..89850545 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -26520,6 +26520,18 @@ "install_type": "git-clone", "description": "A robust custom depth estimation node for ComfyUI using Depth-Anything models. It integrates depth estimation with configurable post-processing options including blur, median filtering, contrast enhancement, and gamma correction." }, + { + "author": "Limbicnation", + "title": "ComfyUI Face Detection Node", + "id": "comfyui-face-detection-node", + "reference": "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode", + "files": [ + "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for face detection and cropping using OpenCV Haar cascades, with full ComfyUI v3 schema support and backward compatibility. Features adjustable detection threshold, minimum face size, padding, and multiple classifier options.", + "nodename_pattern": "FaceDetectionNode" + }, { "author": "Limbicnation", "title": "Transparency Background Remover",