ComfyUI Node
DWposeDeluxe Pose Interpolation
<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.
DWposeDeluxe Pose Interpolation
- keypoints_1
- keypoints_2
- keypoints
◄keypoints_1_frame0►
◄keypoints_2_frame-1►
◄frame_count1►
CategoryDWposeDeluxe
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| keypoints_1 | POSE_KEYPOINT | — | |
| keypoints_2 | POSE_KEYPOINT | — | |
| keypoints_1_frame | INT | 0 | — |
| keypoints_2_frame | INT | -1 | — |
| frame_count | INT | 11–99 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| keypoints | POSE_KEYPOINT | — |