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 the Vidu Q3 model to create a seamless transition between the two images, producing a video of a specified duration and resolution.

Inputs

ParameterData TypeRequiredRangeDescription
modelCOMBOYes"viduq3-pro"
"viduq3-turbo"
The model to use for video generation. Selecting an option reveals additional configuration parameters for resolution, duration, and audio.
model.resolutionCOMBOYes"720p"
"1080p"
Resolution of the output video. This parameter is revealed after selecting a model.
model.durationINTYes1 to 16Duration of the output video in seconds (default: 5). This parameter is revealed after selecting a model.
model.audioBOOLEANYesTrue / FalseWhen enabled, outputs video with sound (including dialogue and sound effects) (default: False). This parameter is revealed after selecting a model.
first_frameIMAGEYes-The starting image for the video sequence.
end_frameIMAGEYes-The ending image for the video sequence.
promptSTRINGYes-A text description guiding the video generation (maximum 2000 characters).
seedINTNo0 to 2147483647A seed value for controlling the randomness of the generation (default: 1).
Note: The first_frame and end_frame images should have similar aspect ratios for optimal results.

Outputs

Output NameData TypeDescription
videoVIDEOThe generated video file.