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

Generate a video from a start and/or end frame using Luma's Ray 3.2 model. Image-anchored generations are always 5 seconds in duration.

## Inputs

| Parameter     | Description                                                              | Data Type | Required | Range                                       |
| ------------- | ------------------------------------------------------------------------ | --------- | -------- | ------------------------------------------- |
| `prompt`      | Text prompt for the video generation.                                    | STRING    | Yes      | 1 to 6000 characters                        |
| `resolution`  | The output resolution of the generated video (default: "720p").          | COMBO     | Yes      | "360p"<br />"540p"<br />"720p"<br />"1080p" |
| `loop`        | Make the video loop seamlessly. Not available when an end\_frame is set. | BOOLEAN   | Yes      | True<br />False                             |
| `seed`        | Seed value for reproducible generation.                                  | INT       | Yes      | 0 to 2147483647                             |
| `start_frame` | First frame of the generated video.                                      | IMAGE     | No       | -                                           |
| `end_frame`   | Last frame of the generated video.                                       | IMAGE     | No       | -                                           |

**Note:** At least one of `start_frame` or `end_frame` must be provided. If both are provided, the generated video will transition from the start frame to the end frame. The `loop` option cannot be enabled when an `end_frame` is set.

## Outputs

| Output Name     | Description                                       | Data Type |
| --------------- | ------------------------------------------------- | --------- |
| `video`         | The generated video output.                       | VIDEO     |
| `generation_id` | The unique identifier for the generation request. | STRING    |

> 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/LumaRay32ImageToVideoNode/en.md)

***

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