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 Image-to-Video Generation node creates a video sequence starting from a single input image. It uses a specified Vidu2 model to animate the scene based on an optional text prompt, controlling the video’s length, resolution, and the intensity of motion.

Inputs

ParameterData TypeRequiredRangeDescription
modelCOMBOYes"viduq2-pro-fast"
"viduq2-pro"
"viduq2-turbo"
The Vidu2 model to use for video generation. Different models offer varying speed and quality trade-offs.
imageIMAGEYes-An image to be used as the start frame of the generated video. Only one image is allowed.
promptSTRINGNo-An optional text prompt for video generation (max 2000 characters). Default is an empty string.
durationINTYes1 to 10The length of the generated video in seconds. Default is 5.
seedINTNo0 to 2147483647A seed value for random number generation to ensure reproducible results. Default is 1.
resolutionCOMBOYes"720p"
"1080p"
The output resolution of the generated video.
movement_amplitudeCOMBOYes"auto"
"small"
"medium"
"large"
The movement amplitude of objects in the frame.
Constraints:
  • The image input must contain exactly one image.
  • The input image’s aspect ratio must be between 1:4 and 4:1.
  • The prompt text is limited to a maximum of 2000 characters.

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video file.