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

# RunwayImageToVideoNodeGen4 - ComfyUI Built-in Node Documentation

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

The Runway Image to Video (Gen4 Turbo) node generates a video from a single starting frame using Runway's Gen4 Turbo model. It takes a text prompt and an initial image frame, then creates a video sequence based on the provided duration and aspect ratio settings. The node handles uploading the starting frame to Runway's API and returns the generated video.

## Inputs

| Parameter     | Description                                                | Data Type | Required | Range                                                                                                 |
| ------------- | ---------------------------------------------------------- | --------- | -------- | ----------------------------------------------------------------------------------------------------- |
| `prompt`      | Text prompt for the generation (default: empty string)     | STRING    | Yes      | -                                                                                                     |
| `start_frame` | Start frame to be used for the video                       | IMAGE     | Yes      | -                                                                                                     |
| `duration`    | Video duration in seconds                                  | COMBO     | Yes      | `"5"`<br />`"10"`                                                                                     |
| `ratio`       | Aspect ratio for the generated video (default: "1280:720") | COMBO     | Yes      | `"1280:720"`<br />`"720:1280"`<br />`"1104:832"`<br />`"832:1104"`<br />`"960:960"`<br />`"1584:672"` |
| `seed`        | Random seed for generation (default: 0)                    | INT       | No       | 0 to 4294967295                                                                                       |

**Parameter Constraints:**

* The `start_frame` image must have dimensions not exceeding 7999x7999 pixels
* The `start_frame` image must have an aspect ratio between 0.5 and 2.0
* The `prompt` must contain at least one character

## Outputs

| Output Name | Description                                             | Data Type |
| ----------- | ------------------------------------------------------- | --------- |
| `output`    | The generated video based on the input frame and prompt | VIDEO     |

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

***

**Source fingerprint (SHA-256):** `1cbf70391f1dfd0f40a3085dad68b98ec20e964eab7d4a17b2fb3cd07a035277`
