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

字节跳动图像参考节点通过文本提示和一到四张参考图像生成视频。它将图像和提示发送到外部 API 服务，该服务在融合参考图像视觉风格和内容的同时，创建与描述匹配的视频。该节点提供多种控制选项，用于设置视频分辨率、宽高比、时长及其他生成参数。

## 输入

| 参数    | 描述                                                           | 数据类型    | 必填 | 范围                                                                                            |
| ----- | ------------------------------------------------------------ | ------- | -- | --------------------------------------------------------------------------------------------- |
| `模型`  | 用于视频生成的 AI 模型（默认值：`"seedance-1-0-lite-i2v-250428"`）。         | STRING  | 是  | `"seedance-1-0-pro-250528"`<br />`"seedance-1-0-lite-i2v-250428"`                             |
| `提示`  | 用于生成视频的文本提示。                                                 | STRING  | 是  | -                                                                                             |
| `图片`  | 一到四张图像。每张图像尺寸必须在 300x300 到 6000x6000 像素之间，宽高比在 0.4 到 2.5 之间。 | IMAGE   | 是  | -                                                                                             |
| `分辨率` | 输出视频的分辨率。                                                    | STRING  | 是  | `"480p"`<br />`"720p"`                                                                        |
| `宽高比` | 输出视频的宽高比（默认值：`"adaptive"`）。                                  | STRING  | 是  | `"adaptive"`<br />`"16:9"`<br />`"4:3"`<br />`"1:1"`<br />`"3:4"`<br />`"9:16"`<br />`"21:9"` |
| `时长`  | 输出视频的时长，单位为秒（默认值：5）。                                         | INT     | 是  | 3 - 12                                                                                        |
| `种子`  | 用于生成的随机种子（默认值：0）。                                            | INT     | 否  | 0 - 2147483647                                                                                |
| `水印`  | 是否在视频中添加“AI 生成”水印（默认值：False）。                                | BOOLEAN | 否  | -                                                                                             |

**注意：** 提示文本中不得包含以下参数字符串：`--resolution`、`--ratio`、`--duration`、`--seed` 或 `--watermark`。这些值仅通过其专用输入控件进行控制。

## 输出

| 输出名称     | 描述                  | 数据类型  |
| -------- | ------------------- | ----- |
| `output` | 根据输入提示和参考图像生成的视频文件。 | VIDEO |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ByteDanceImageReferenceNode/zh.md)

***

**Source fingerprint (SHA-256):** `d5d1292d6af2fe24dc5c8a10174204546a5a6054ea1f43db44a45ce1017957d6`
