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

# ByteDanceImageToVideoNode - ComfyUI Built-in Node Documentation

> ByteDance Image to Video 节点通过 API，基于输入图像和文本提示词，使用 ByteDance 模型生成视频。

ByteDance Image to Video 节点通过 API，基于输入图像和文本提示词，使用 ByteDance 模型生成视频。它以起始图像帧作为输入，生成符合所提供描述的视频序列。该节点提供了多种自定义选项，可控制视频分辨率、宽高比、时长及其他生成参数。

## 输入

| 参数               | 描述                                                             | 数据类型    | 是否必填 | 取值范围                                                                                               |
| ---------------- | -------------------------------------------------------------- | ------- | ---- | -------------------------------------------------------------------------------------------------- |
| `模型`             | 用于视频生成的 ByteDance 模型（默认：`"seedance-1-0-pro-fast-251015"`）。     | COMBO   | 是    | `"seedance-1-5-pro-251215"`<br />`"seedance-1-0-pro-250528"`<br />`"seedance-1-0-pro-fast-251015"` |
| `提示`             | 用于生成视频的文本提示词。去除首尾空白后，长度至少为 1 个字符。                              | STRING  | 是    | -                                                                                                  |
| `图片`             | 用作视频首帧的图像。分辨率必须在 300x300 到 6000x6000 像素之间，且宽高比在 0.4 到 2.5 之间。  | IMAGE   | 是    | -                                                                                                  |
| `分辨率`            | 输出视频的分辨率。                                                      | COMBO   | 是    | `"480p"`<br />`"720p"`<br />`"1080p"`                                                              |
| `宽高比`            | 输出视频的宽高比。                                                      | COMBO   | 是    | `"adaptive"`<br />`"16:9"`<br />`"4:3"`<br />`"1:1"`<br />`"3:4"`<br />`"9:16"`<br />`"21:9"`      |
| `时长`             | 输出视频的时长（秒）（默认：5）。对于 `seedance-1-5-pro-251215` 模型，支持的最短时长为 4 秒。 | INT     | 是    | 3 - 12                                                                                             |
| `种子`             | 用于生成的随机种子（默认：0）。                                               | INT     | 否    | 0 - 2147483647                                                                                     |
| `摄像头已固定`         | 指定是否固定摄像机。平台会在你的提示词后附加一条固定摄像机的指令，但不保证实际效果（默认：False）。           | BOOLEAN | 否    | `False`<br />`True`                                                                                |
| `水印`             | 是否在视频中添加“AI 生成”水印（默认：False）。                                   | BOOLEAN | 否    | `False`<br />`True`                                                                                |
| `generate_audio` | 对于除 `seedance-1-5-pro-251215` 之外的任何模型，此参数都会被忽略（默认：False）。      | BOOLEAN | 否    | `False`<br />`True`                                                                                |

**注意：** 提示词中不得包含以下词语（不区分大小写）：`resolution`、`ratio`、`duration`、`seed`、`camerafixed`、`watermark`。这些参数已通过各自的专用输入项进行设置。

## 输出

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

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

***

**Source fingerprint (SHA-256):** `9f4ad18642533689f9c664f2ca6a4ce8e92c8698754cdf9b6bb2d2735bc80415`
