> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# ByteDanceImageReferenceNode - ComfyUI Built-in Node Documentation

> Complete documentation for the ByteDanceImageReferenceNode node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ByteDanceImageReferenceNode/en.md)

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

| Parameter      | Data Type | Required | Range                                                                                         | Description                                                                                                            |
| -------------- | --------- | -------- | --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| `model`        | STRING    | Yes      | `"seedance-1-0-pro-250528"`<br />`"seedance-1-0-lite-i2v-250428"`                             | The AI model to use for video generation (default: `"seedance-1-0-lite-i2v-250428"`).                                  |
| `prompt`       | STRING    | Yes      | -                                                                                             | The text prompt used to generate the video.                                                                            |
| `images`       | IMAGE     | Yes      | -                                                                                             | One to four images. Each image must be between 300x300 and 6000x6000 pixels, with an aspect ratio between 0.4 and 2.5. |
| `resolution`   | STRING    | Yes      | `"480p"`<br />`"720p"`                                                                        | The resolution of the output video.                                                                                    |
| `aspect_ratio` | STRING    | Yes      | `"adaptive"`<br />`"16:9"`<br />`"4:3"`<br />`"1:1"`<br />`"3:4"`<br />`"9:16"`<br />`"21:9"` | The aspect ratio of the output video (default: `"adaptive"`).                                                          |
| `duration`     | INT       | Yes      | 3 - 12                                                                                        | The duration of the output video in seconds (default: 5).                                                              |
| `seed`         | INT       | No       | 0 - 2147483647                                                                                | Seed to use for generation (default: 0).                                                                               |
| `watermark`    | BOOLEAN   | No       | -                                                                                             | Whether to add an "AI generated" watermark to the video (default: False).                                              |

**Note:** The prompt text must not contain the following parameter strings: `--resolution`, `--ratio`, `--duration`, `--seed`, or `--watermark`. These values are controlled exclusively through their dedicated input widgets.

## Outputs

| Output Name | Data Type | Description                                                              |
| ----------- | --------- | ------------------------------------------------------------------------ |
| `output`    | VIDEO     | The generated video file based on the input prompt and reference images. |

***

**Source fingerprint (SHA-256):** `5365f846cafc80333bc8db5bce9101d83e69f3aae1625f275de7a172623a54b9`
