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 Q3 Text-to-Video Generation node creates a video from a text description. It uses the Vidu Q3 Pro model to generate video content based on your prompt, allowing you to control the video’s length, resolution, and aspect ratio.

Inputs

ParameterData TypeRequiredRangeDescription
modelCOMBOYes"viduq3-pro"Model to use for video generation. Selecting this option reveals additional configuration parameters for aspect ratio, resolution, duration, and audio.
model.aspect_ratioCOMBOYes*"16:9"
"9:16"
"3:4"
"4:3"
"1:1"
The aspect ratio of the output video. This parameter is revealed when the model is selected.
model.resolutionCOMBOYes*"720p"
"1080p"
Resolution of the output video. This parameter is revealed when the model is selected.
model.durationINTYes*1 to 16Duration of the output video in seconds (default: 5). This parameter is revealed when the model is selected.
model.audioBOOLEANYes*True/FalseWhen enabled, outputs video with sound (including dialogue and sound effects) (default: False). This parameter is revealed when the model is selected.
promptSTRINGYesN/AA textual description for video generation, with a maximum length of 2000 characters.
seedINTNo0 to 2147483647A seed value for controlling the randomness of the generation (default: 1).
*Note: The parameters aspect_ratio, resolution, duration, and audio are required once the model is selected, as they are part of its configuration.

Outputs

Output NameData TypeDescription
videoVIDEOThe generated video file.