mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-15 00:54:23 +08:00
Add Human Parts Detector (#1050)
Human Parts Detector is a custom node I created with an exported model to ONNX format.
This commit is contained in:
parent
6ed23c7abe
commit
19c660c965
@ -14336,8 +14336,17 @@
|
|||||||
"install_type": "git-clone",
|
"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"
|
"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."
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user