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 Vidu2 Text-to-Video Generation node creates a video from a text description. It connects to an external API to generate video content based on your prompt, allowing you to control the video’s length, visual style, and format.

Inputs

ParameterData TypeRequiredRangeDescription
modelCOMBOYes"viduq2"The AI model to use for video generation. Currently, only one model is available.
promptSTRINGYes-A textual description for video generation, with a maximum length of 2000 characters.
durationINTNo1 to 10The length of the generated video in seconds. The value can be adjusted using a slider (default: 5).
seedINTNo0 to 2147483647A number used to control the randomness of the generation, allowing for reproducible results. It can be controlled after generation (default: 1).
aspect_ratioCOMBONo"16:9"
"9:16"
"3:4"
"4:3"
"1:1"
The proportional relationship between the video’s width and height.
resolutionCOMBONo"720p"
"1080p"
The pixel dimensions of the generated video.
background_musicBOOLEANNo-Whether to add background music to the generated video (default: False).

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video file.