From 7f71314e086c185f9eab7d1f03aae4955f925076 Mon Sep 17 00:00:00 2001 From: "Craig R. Hughes" Date: Sat, 24 Feb 2024 13:58:50 -0800 Subject: [PATCH] Add Openpose Keypoint Extractor node to DB --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index affdf7b9..6fac6385 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5755,6 +5755,16 @@ ], "install_type": "unzip", "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" } ] }