> ## 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.

# ByteDanceImageToVideoNode - ComfyUI Built-in Node Documentation

> Complete documentation for the ByteDanceImageToVideoNode 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/ByteDanceImageToVideoNode/en.md)

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

| Parameter        | Data Type | Required | Range                                                                                                                                    | Description                                                                                                                                                           |
| ---------------- | --------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `model`          | STRING    | Yes      | `"seedance-1-5-pro-251215"`<br />`"seedance-1-0-pro-250528"`<br />`"seedance-1-0-lite-i2v-250428"`<br />`"seedance-1-0-pro-fast-251015"` | The ByteDance model to use for video generation (default: `"seedance-1-0-pro-fast-251015"`).                                                                          |
| `prompt`         | STRING    | Yes      | -                                                                                                                                        | The text prompt used to generate the video. Must be at least 1 character long after trimming whitespace.                                                              |
| `image`          | IMAGE     | Yes      | -                                                                                                                                        | First frame to be used for the video. Must be between 300x300 and 6000x6000 pixels, with an aspect ratio between 0.4 and 2.5.                                         |
| `resolution`     | STRING    | Yes      | `"480p"`<br />`"720p"`<br />`"1080p"`                                                                                                    | 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.                                                                                                                                 |
| `duration`       | INT       | Yes      | 3 - 12                                                                                                                                   | The duration of the output video in seconds (default: 5). For the `seedance-1-5-pro-251215` model, the minimum supported duration is 4 seconds.                       |
| `seed`           | INT       | No       | 0 - 2147483647                                                                                                                           | Seed to use for generation (default: 0).                                                                                                                              |
| `camera_fixed`   | BOOLEAN   | No       | -                                                                                                                                        | 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 (default: False). |
| `watermark`      | BOOLEAN   | No       | -                                                                                                                                        | Whether to add an "AI generated" watermark to the video (default: False).                                                                                             |
| `generate_audio` | BOOLEAN   | No       | -                                                                                                                                        | This parameter is ignored for any model except `seedance-1-5-pro-251215` (default: False).                                                                            |

**Note:** The prompt must not contain the following words (case-insensitive): `resolution`, `ratio`, `duration`, `seed`, `camerafixed`, `watermark`. These parameters are set via their dedicated inputs.

## Outputs

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

***

**Source fingerprint (SHA-256):** `7b77df4ab83ef41164eff80a4c02478d5480c9368aa67bcd624fe2f8375d6e07`
