From 39358999eac4628e14a649173b95908b051a4c64 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 26 Jul 2023 21:06:39 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 3 +++ 2 files changed, 13 insertions(+) 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",