ComfyUI Node
Shift Pose Frames
A ComfyUI node in animation/utils with 2 inputs and 5 outputs.
Shift Pose Frames
- frames
- frames
- total_frames
- shift
- blank_frames
- is_loop
◄blank_frames5►
Categoryanimation/utils
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| frames | IMAGE | — | |
| blank_frames | INT | 50–9999 | Number of black inpaint frames placed in the middle of the shifted loop. When this is greater than 0, the node also adds 2 overlap frames at each end and only validates the final total frame count. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| frames | IMAGE | Frame sequence shifted so the original seam sits near the middle, with loop blanks and overlap added when blank_frames is greater than 0. |
| total_frames | INT | Actual total frame count of the shifted output sequence. |
| shift | INT | Amount to rotate the overlap-trimmed sequence left by to restore original frame order. |
| blank_frames | INT | Number of blank frames inserted into the shifted loop. Feed this into Unshift Pose Frames. |
| is_loop | BOOLEAN | Whether loop blanks and overlap were added. Feed this into Unshift Pose Frames. |