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 uses the Kling AI model to generate a new video based on an input video and optional reference images. You provide a text prompt describing the desired content, and the node transforms the reference video accordingly. It can also incorporate up to four additional reference images to guide the style and content of the output.

Inputs

ParameterData TypeRequiredRangeDescription
model_nameCOMBOYes"kling-video-o1"The specific Kling model to use for video generation.
promptSTRINGYesN/AA text prompt describing the video content. This can include both positive and negative descriptions.
aspect_ratioCOMBOYes"16:9"
"9:16"
"1:1"
The desired aspect ratio for the generated video.
durationINTYes3 to 10The length of the generated video in seconds (default: 3).
reference_videoVIDEOYesN/AVideo to use as a reference.
keep_original_soundBOOLEANYesN/ADetermines if the audio from the reference video is kept in the output (default: True).
reference_imagesIMAGENoN/AUp to 4 additional reference images.
resolutionCOMBONo"1080p"
"720p"
The resolution for the generated video (default: “1080p”).
Parameter Constraints:
  • The prompt must be between 1 and 2500 characters long.
  • The reference_video must be between 3.0 and 10.05 seconds in duration.
  • The reference_video must have dimensions between 720x720 and 2160x2160 pixels.
  • A maximum of 4 reference_images can be provided. Each image must be at least 300x300 pixels and have an aspect ratio between 1:2.5 and 2.5:1.

Outputs

Output NameData TypeDescription
outputVIDEOThe newly generated video.