From 19c660c9657cf94c6c88d0c21fd854832b568668 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Thu, 12 Sep 2024 18:15:56 +0200 Subject: [PATCH] Add Human Parts Detector (#1050) Human Parts Detector is a custom node I created with an exported model to ONNX format. --- custom-node-list.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 6f6c6958..8913e638 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14336,8 +14336,17 @@ "install_type": "git-clone", "description": "NODES:pose_extraction, Load_reference_unet, Load_denoising_unet, Load_Pose_Guider, Pose_Guider_Encode, DynamicPose_Sampler, load_pose_model, align" }, - - + { + "author": "Metal3d", + "title": "Human Parts Detector", + "id": "human-parts-detector", + "reference": "https://github.com/metal3d/ComfyUI_Human_Parts", + "files": [ + "https://github.com/metal3d/ComfyUI_Human_Parts" + ], + "install_type": "git-clone", + "description": "Detect human parts using the DeepLabV3+ ResNet50 model from Keras-io. You can extract hair, arms, legs, and other parts with ease and with small memory usage." + },