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 generates a video using a text prompt along with first and last frame images. It takes your description and the two key frames to create a complete video sequence that transitions between them. The node provides various options to control the video’s resolution, aspect ratio, duration, and other generation parameters.

Inputs

ParameterData TypeInput TypeDefaultRangeDescription
modelCOMBOcomboseedance_1_liteseedance_1_liteModel name
promptSTRINGstring--The text prompt used to generate the video.
first_frameIMAGEimage--First frame to be used for the video.
last_frameIMAGEimage--Last frame to be used for the video.
resolutionCOMBOcombo-480p, 720p, 1080pThe resolution of the output video.
aspect_ratioCOMBOcombo-adaptive, 16:9, 4:3, 1:1, 3:4, 9:16, 21:9The aspect ratio of the output video.
durationINTslider53-12The duration of the output video in seconds.
seedINTnumber00-2147483647Seed to use for generation. (optional)
camera_fixedBOOLEANbooleanFalse-Specifies whether to fix the camera. The platform appends an instruction to fix the camera to your prompt, but does not guarantee the actual effect. (optional)
watermarkBOOLEANbooleanTrue-Whether to add an “AI generated” watermark to the video. (optional)

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video file