diff --git a/custom-node-list.json b/custom-node-list.json index 2ac15d7..be0997c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -768,6 +768,16 @@ "install_type": "git-clone", "description": "SDXL Prompt Styler is a node that enables you to style prompts based on predefined templates stored in a JSON file." }, + { + "author": "daxthin", + "title": "facedetailer", + "reference": "https://github.com/daxthin/facedetailer", + "files": [ + "https://github.com/daxthin/facedetailer" + ], + "install_type": "git-clone", + "description": "Face Detailer is a custom node for the 'ComfyUI' framework inspired by !After Detailer extension from auto1111, it allows you to detect faces using Mediapipe and YOLOv8n to create masks for the detected faces." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index f8eba3f..8f64b0d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -717,6 +717,9 @@ "KSamplerAdvancedGPU", "KSamplerGPU" ], + "https://github.com/daxthin/facedetailer": [ + "DZ_Face_Detailer" + ], "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": [ "Add Text To Image", "Apply Instagram Filter",