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
This node generates a video by interpolating between a provided start frame and an end frame, guided by a text prompt. It uses a specified Vidu model to create a smooth transition between the two images over a set duration.

Inputs

ParameterData TypeRequiredRangeDescription
modelCOMBOYes"viduq2-pro-fast"
"viduq2-pro"
"viduq2-turbo"
The Vidu model to use for video generation.
first_frameIMAGEYes-The starting image for the video sequence. Only a single image is allowed.
end_frameIMAGEYes-The ending image for the video sequence. Only a single image is allowed.
promptSTRINGYes-A text description guiding the video generation (maximum 2000 characters).
durationINTNo2 to 8The length of the generated video in seconds (default: 5).
seedINTNo0 to 2147483647A number used to initialize the random generation for reproducible results (default: 1).
resolutionCOMBONo"720p"
"1080p"
The output resolution of the generated video.
movement_amplitudeCOMBONo"auto"
"small"
"medium"
"large"
The movement amplitude of objects in the frame.
Note: The first_frame and end_frame images must have similar aspect ratios. The node will validate that their aspect ratios are within a relative range of 0.8 to 1.25.

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video file.