DWposeDeluxe Merge Keypoints

MergeKeypoints

<div id="dwpdlx_short_desc">Merges people from two keypoint batches into single frames.</div> **Function:** Combines pose detections from two inputs into a single canvas for each frame. ### Inputs - **keypoints_1:** The first keypoint dataset. - **keypoints_2:** The second keypoint dataset (merged into first). ### Outputs - **pose_keypoints:** The merged keypoint data containing people from both inputs. ### Notes - Inputs must have the same canvas size and same number of frames. - Coordinate format (absolute/normalized) will be matched to keypoints_1.

Pack: ComfyUI_DWposeDeluxe

custom_nodes.ComfyUI_DWposeDeluxe

Inputs (2)

NameTypeRequired
keypoints_1POSE_KEYPOINTrequired
keypoints_2POSE_KEYPOINTrequired

Outputs (1)

NameType
pose_keypointsPOSE_KEYPOINT