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 ByteDance Image to Video node generates videos using ByteDance models through an API based on an input image and text prompt. It takes a starting image frame and creates a video sequence that follows the provided description. The node offers various customization options for video resolution, aspect ratio, duration, and other generation parameters.

Inputs

ParameterData TypeInput TypeDefaultRangeDescription
modelSTRINGCOMBOseedance_1_proImage2VideoModelName optionsModel name
promptSTRINGSTRING--The text prompt used to generate the video.
imageIMAGEIMAGE--First frame to be used for the video.
resolutionSTRINGCOMBO-[“480p”, “720p”, “1080p”]The resolution of the output video.
aspect_ratioSTRINGCOMBO-[“adaptive”, “16:9”, “4:3”, “1:1”, “3:4”, “9:16”, “21:9”]The aspect ratio of the output video.
durationINTINT53-12The duration of the output video in seconds.
seedINTINT00-2147483647Seed to use for generation.
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.
watermarkBOOLEANBOOLEANTrue-Whether to add an “AI generated” watermark to the video.

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video file based on the input image and prompt parameters.