Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Vidu Start End To Video Generation node creates a video by generating frames between a starting frame and an ending frame. It uses a text prompt to guide the video generation process and supports various video models with different resolution and movement settings. The node validates that the start and end frames have compatible aspect ratios before processing.

Inputs

ParameterData TypeRequiredRangeDescription
modelCOMBOYes"vidu_q1"
[Other model values from VideoModelName enum]
Model name (default: “vidu_q1”)
first_frameIMAGEYes-Start frame
end_frameIMAGEYes-End frame
promptSTRINGNo-A textual description for video generation
durationINTNo5-5Duration of the output video in seconds (default: 5, fixed at 5 seconds)
seedINTNo0-2147483647Seed for video generation (0 for random) (default: 0)
resolutionCOMBONo"1080p"
[Other resolution values from Resolution enum]
Supported values may vary by model & duration (default: “1080p”)
movement_amplitudeCOMBONo"auto"
[Other movement amplitude values from MovementAmplitude enum]
The movement amplitude of objects in the frame (default: “auto”)
Note: The start and end frames must have compatible aspect ratios (validated with min_rel=0.8, max_rel=1.25 ratio tolerance).

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video file