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

# LumaRay32ImageToVideoNode - ComfyUI Built-in Node Documentation

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

使用 Luma 的 Ray 3.2 模型，根据起始帧和/或结束帧生成视频。基于图像锚定的生成时长固定为 5 秒。

## ## 输入

| 参数            | 描述                      | 数据类型    | 是否必需 | 范围                                          |
| ------------- | ----------------------- | ------- | ---- | ------------------------------------------- |
| `prompt`      | 视频生成的文本提示词。             | STRING  | 是    | 1 至 6000 个字符                                |
| `resolution`  | 生成视频的输出分辨率（默认值："720p"）。 | COMBO   | 是    | "360p"<br />"540p"<br />"720p"<br />"1080p" |
| `循环`          | 使视频无缝循环播放。当设置了结束帧时不可用。  | BOOLEAN | 是    | True<br />False                             |
| `seed`        | 用于可重复生成的随机种子值。          | INT     | 是    | 0 至 2147483647                              |
| `start_frame` | 生成视频的第一帧。               | IMAGE   | 否    | -                                           |
| `end_frame`   | 生成视频的最后一帧。              | IMAGE   | 否    | -                                           |

**注意：** 必须至少提供 `start_frame` 或 `end_frame` 中的一个。如果同时提供了两者，生成的视频将从起始帧过渡到结束帧。当设置了 `end_frame` 时，无法启用 `loop` 选项。

## ## 输出

| 输出名称            | 描述          | 数据类型   |
| --------------- | ----------- | ------ |
| `video`         | 生成的视频输出。    | VIDEO  |
| `generation_id` | 生成请求的唯一标识符。 | STRING |

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

***

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