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." + },