ComfyUI Node
Video Continuation Generator ποΈπ ’π
Creates a continuation video by placing overlap frames from the end of input video at the start, with optional end frame.
Video Continuation Generator ποΈπ
’π
- input_video_frames
- end_frame
- control_images
- inpaint_mask
- continuation_video_frames
- continuation_frame_masks
βtotal_output_frames81βΊ
βoverlap_frames3βΊ
βempty_frame_fill_level0.50βΊ
βhow_to_use_control_imagesstart_sequence_at_beginning_and_prioritise_input_framesβΊ
βhow_to_use_inpaint_masksstart_sequence_at_beginning_and_prioritise_input_framesβΊ
CategorySteerable-Motion
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| input_video_frames | IMAGE | Input video frames to create continuation from. | |
| total_output_frames | INT | 811β10000 | Total number of frames for the output continuation video. Must satisfy: (frames - 1) divisible by 4. |
| overlap_frames | INT | 31β50 | Number of frames from the end of input video to use as overlap at the start. |
| empty_frame_fill_level | FLOAT | 0.500β1 | Grayscale level (0.0 black, 1.0 white) for empty continuation frames. |
| end_frameopt | IMAGE | Optional single frame to place at the end of the continuation video. | |
| control_imagesopt | IMAGE | Optional control images to fill the empty frames. | |
| inpaint_maskopt | MASK | Optional inpaint mask to use for the empty frames, overriding the default mask. | |
| how_to_use_control_imagesopt | COMBO | start_sequence_at_beginning_and_prioritise_input_frames | If start_sequence_at_beginning_and_prioritise_input_frames is selected, control images align with frame 0 but input overlap frames take priority, so control images become visible after the overlap period. If start_sequence_after_overlap_frames_and_prioritise_input_frames is selected, control images start being placed after the overlap frames from the input video. |
| how_to_use_inpaint_masksopt | COMBO | start_sequence_at_beginning_and_prioritise_input_frames | If start_sequence_at_beginning_and_prioritise_input_frames is selected, inpaint masks align with frame 0 but preserve input overlap frames as known. If start_sequence_after_overlap_frames_and_prioritise_input_frames is selected, inpaint masks only affect frames after the overlap period. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| continuation_video_frames | IMAGE | β |
| continuation_frame_masks | MASK | β |