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 3.0 model to generate a video. It creates the video based on a text prompt, a specified duration, and two provided images: a starting frame and an ending frame. The node can also generate accompanying audio for the video.

Inputs

ParameterData TypeRequiredRangeDescription
promptSTRINGYesN/AThe text description that guides the video generation. Must be between 1 and 2500 characters long.
durationINTNo3 to 15The length of the video in seconds (default: 5).
first_frameIMAGEYesN/AThe starting image for the video. Must be at least 300x300 pixels and have an aspect ratio between 1:2.5 and 2.5:1.
end_frameIMAGEYesN/AThe ending image for the video. Must be at least 300x300 pixels and have an aspect ratio between 1:2.5 and 2.5:1.
generate_audioBOOLEANNoN/AControls whether to generate audio for the video (default: True).
modelCOMBONo"kling-v3"Model and generation settings. Selecting this option reveals a nested resolution parameter.
model.resolutionCOMBONo"1080p"
"720p"
The resolution for the generated video. This parameter is only available when the model is set to "kling-v3".
seedINTNo0 to 2147483647A number used to control whether the node should re-run. The results are non-deterministic regardless of the seed value (default: 0).
Note: The first_frame and end_frame images must meet the specified minimum size and aspect ratio requirements for the node to function correctly.

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video file.