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 Reference Node generates videos using a text prompt and one to four reference images. It sends the images and prompt to an external API service that creates a video matching your description while incorporating the visual style and content from your reference images. The node provides various controls for video resolution, aspect ratio, duration, and other generation parameters.

Inputs

ParameterData TypeInput TypeDefaultRangeDescription
modelMODELCOMBOseedance_1_liteseedance_1_liteModel name
promptSTRINGSTRING--The text prompt used to generate the video.
imagesIMAGEIMAGE--One to four images.
resolutionSTRINGCOMBO-480p, 720pThe resolution of the output video.
aspect_ratioSTRINGCOMBO-adaptive, 16:9, 4:3, 1:1, 3:4, 9:16, 21:9The aspect ratio of the output video.
durationINTINT53-12The duration of the output video in seconds.
seedINTINT00-2147483647Seed to use for generation.
watermarkBOOLEANBOOLEANTrue-Whether to add an “AI generated” watermark to the video.

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video file based on the input prompt and reference images.