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 Kling Image(First Frame) to Video with Audio node uses the Kling AI model to generate a short video from a single starting image and a text prompt. It creates a video sequence that begins with the provided image and can optionally include AI-generated audio to accompany the visuals.

Inputs

ParameterData TypeRequiredRangeDescription
model_nameCOMBOYes"kling-v2-6"The specific version of the Kling AI model to use for video generation.
start_frameIMAGEYes-The image that will serve as the first frame of the generated video. The image must be at least 300x300 pixels and have an aspect ratio between 1:2.5 and 2.5:1.
promptSTRINGYes-Positive text prompt. This describes the video content you want to generate. The prompt must be between 1 and 2500 characters long.
modeCOMBOYes"pro"The operational mode for the video generation.
durationCOMBOYes5
10
The length of the video to generate, in seconds.
generate_audioBOOLEANNo-When enabled, the node will generate audio to accompany the video. When disabled, the video will be silent. (default: True)

Outputs

Output NameData TypeDescription
videoVIDEOThe generated video file, which may include audio depending on the generate_audio input.