DWposeDeluxe Pose Interpolation
PoseInterpolation
<div id="dwpdlx_short_desc">Generates interpolated poses between two source poses.</div> **Function:** Generates a sequence of interpolated poses between two source poses. ### Inputs - **keypoints_1:** The starting keypoint data. - **keypoints_2:** The ending keypoint data. ### Parameters - **keypoints_1_frame:** The frame number to use from the first keypoint input. - **keypoints_2_frame:** The frame number to use from the second keypoint input. - **frame_count:** The number of interpolated frames to generate. ### Outputs - **keypoints:** The resulting sequence of interpolated keypoint data. ### Notes - To auto-select last frame from batch use '-1' as frame number.
Pack: ComfyUI_DWposeDeluxe
custom_nodes.ComfyUI_DWposeDeluxe
Inputs (5)
| Name | Type | Required |
|---|---|---|
| keypoints_1 | POSE_KEYPOINT | required |
| keypoints_2 | POSE_KEYPOINT | required |
| keypoints_1_frame | INT | required |
| keypoints_2_frame | INT | required |
| frame_count | INT | required |
Outputs (1)
| Name | Type |
|---|---|
| keypoints | POSE_KEYPOINT |