mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-18 19:03:06 +08:00
Merge pull request #435 from hughescr/main
Add Openpose Keypoint Extractor node to DB
This commit is contained in:
commit
d401d68caf
@ -5755,6 +5755,16 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "hughescr",
|
||||||
|
"title": "OpenPose Keypoint Extractor",
|
||||||
|
"reference": "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This is a single node which can take the POSE_KEYPOINT output from the OpenPose extractor node, parse it, and return x,y,width,height bounding boxes around any elements of the OpenPose skeleton"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user