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 Reference Video Node generates videos from multiple reference images and a text prompt. It uses AI models to create consistent video content based on the provided images and description. The node supports various video settings including duration, aspect ratio, resolution, and movement control.

Inputs

ParameterData TypeRequiredRangeDescription
modelCOMBOYes"vidu_q1"Model name for video generation (default: “vidu_q1”)
imagesIMAGEYes-Images to use as references to generate a video with consistent subjects (maximum 7 images)
promptSTRINGYes-A textual description for video generation
durationINTNo5-5Duration of the output video in seconds (default: 5)
seedINTNo0-2147483647Seed for video generation (0 for random) (default: 0)
aspect_ratioCOMBONo"16:9"
"9:16"
"1:1"
"4:3"
"3:4"
"21:9"
"9:21"
The aspect ratio of the output video (default: “16:9”)
resolutionCOMBONo"480p"
"720p"
"1080p"
"1440p"
"2160p"
Supported values may vary by model & duration (default: “1080p”)
movement_amplitudeCOMBONo"auto"
"low"
"medium"
"high"
The movement amplitude of objects in the frame (default: “auto”)
Constraints and Limitations:
  • The prompt field is required and cannot be empty
  • Maximum of 7 images allowed for reference
  • Each image must have an aspect ratio between 1:4 and 4:1
  • Each image must have minimum dimensions of 128x128 pixels
  • Duration is fixed at 5 seconds

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video based on the reference images and prompt