From 545589d41a970bda5e35948f4cc4dcfce1cda22d Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Wed, 11 Sep 2024 22:59:36 +0200 Subject: [PATCH] Add Human Parts Detector 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." + },