Merge pull request #435 from hughescr/main

Add Openpose Keypoint Extractor node to DB
This commit is contained in:
Dr.Lt.Data 2024-02-25 16:51:40 +09:00 committed by GitHub
commit d401d68caf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
} }
] ]
} }