本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
Bytedance
ByteDanceImageToVideoNode - ComfyUI Built-in Node Documentation
Complete documentation for the ByteDanceImageToVideoNode node in ComfyUI. Learn its inputs, outputs, parameters and usage.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete documentation for the ByteDanceImageToVideoNode node in ComfyUI. Learn its inputs, outputs, parameters and usage.
本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
| 参数 | 数据类型 | 输入类型 | 默认值 | 范围 | 描述 |
|---|---|---|---|---|---|
model | STRING | COMBO | seedance_1_pro | Image2VideoModelName 选项 | 模型名称 |
prompt | STRING | STRING | - | - | 用于生成视频的文本提示。 |
image | IMAGE | IMAGE | - | - | 用作视频起始帧的图像。 |
resolution | STRING | COMBO | - | [“480p”, “720p”, “1080p”] | 输出视频的分辨率。 |
aspect_ratio | STRING | COMBO | - | [“adaptive”, “16:9”, “4:3”, “1:1”, “3:4”, “9:16”, “21:9”] | 输出视频的宽高比。 |
duration | INT | INT | 5 | 3-12 | 输出视频的时长(单位:秒)。 |
seed | INT | INT | 0 | 0-2147483647 | 生成视频时使用的随机种子。 |
camera_fixed | BOOLEAN | BOOLEAN | False | - | 是否固定摄像机。平台会在您的提示词后附加固定摄像机的指令,但不保证实际效果。 |
watermark | BOOLEAN | BOOLEAN | True | - | 是否在视频中添加“AI生成”水印。 |
| 输出名称 | 数据类型 | 描述 |
|---|---|---|
output | VIDEO | 基于输入图像和提示参数生成的视频文件。 |