DWpose Keypoint Printer
KeypointPrinter
<div id="dwpdlx_short_desc">Renders pose skeletons from raw keypoint data.</div> **Function:** Renders an image of the pose skeletons from provided raw keypoint data. ### Inputs - **keypoints:** The keypoint data to render onto black canvas. - **custom_options:** Optional advanced rendering parameters. ### Parameters - **poses_to_print:** The maximum number of poses to render from the data. - **show_body:** Toggle visibility of the main body skeleton. - **show_feet:** Toggle visibility of the foot points and bones. - **show_face:** Toggle visibility of face keypoints. - **show_hands:** Toggle visibility of hand points and bones. ### Outputs - **pose_image:** The rendered pose skeletons on a black background.
Pack: ComfyUI_DWposeDeluxe
custom_nodes.ComfyUI_DWposeDeluxe
Inputs (10)
| Name | Type | Required |
|---|---|---|
| keypoints | POSE_KEYPOINT | required |
| image | IMAGE | optional |
| poses_to_print | INT | optional |
| background | COMBO | optional |
| brightness | FLOAT | optional |
| custom_options | DWOPOSE_CUSTOM_OPTIONS | optional |
| show_body | BOOLEAN | optional |
| show_feet | BOOLEAN | optional |
| show_face | BOOLEAN | optional |
| show_hands | BOOLEAN | optional |