Nodes/ComfyUI_DWposeDeluxe/DWposeDeluxe Keypoint Converter
ComfyUI Node

DWposeDeluxe Keypoint Converter

<div id="dwpdlx_short_desc">Converts, cleans, remaps and saves pose keypoint data.</div> **Function:** Converts, cleans, remaps and saves pose keypoint data between different formats and coordinate systems. ### Inputs - **pose_keypoints:** The keypoint data to process. ### Parameters - **padding_mode:** Determine canvas size if missing (`auto-padding` or `no-padding`). - **confidence_threshold:** Filters out keypoints below this confidence value. - **reset_confidence:** Sets confidence of valid points to 1.0, and invalid to 0.0. - **force_normalized:** Ensures the output coordinates are relative (normalized 0-1). - **pretty_json:** Outputs the keypoint data with a human-readable JSON indentation. - **save_output:** Saves the converted keypoint data to a file. ### Outputs - **pose_keypoints:** The processed keypoint data. - **input_keypoint_info:** Detailed information about the input keypoints. ### Notes - The **pretty_json** format creates very large files (whitespaces, eols) so use only on small batches when needed for manual pose debugging, etc. You have been warned.

By hobinrude·Created 9 months ago·Updated 8 months ago· 10
DWposeDeluxe Keypoint Converter
  • pose_keypoints
  • pose_keypoints
  • input_keypoint_info
padding_mode
confidence_threshold0.25
reset_confidencefalse
force_normalizedfalse
pretty_jsonfalse
save_outputfalse
CategoryDWposeDeluxe

Inputs (7)

NameTypeDefaultDescription
pose_keypointsPOSE_KEYPOINT
padding_modeCOMBO2 options: auto-padding, no-padding
confidence_thresholdFLOAT0.250–1
reset_confidenceBOOLEANfalse
force_normalizedBOOLEANfalse
pretty_jsonBOOLEANfalse
save_outputBOOLEANfalse

Outputs (2)

NameTypeDescription
pose_keypointsPOSE_KEYPOINT
input_keypoint_infoSTRING