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

# ViduImageToVideoNode - ComfyUI Built-in Node Documentation

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

The Vidu Image To Video Generation node creates a short video from a starting image and an optional text description. It uses an AI model to generate video content that continues from the provided image frame, and returns the resulting video.

## Inputs

| Parameter            | Description                                                              | Data Type | Required | Range                                          |
| -------------------- | ------------------------------------------------------------------------ | --------- | -------- | ---------------------------------------------- |
| `model`              | Model name (default: viduq1)                                             | COMBO     | Yes      | `viduq1`                                       |
| `image`              | An image to be used as the start frame of the generated video            | IMAGE     | Yes      | -                                              |
| `prompt`             | A textual description for video generation (default: empty)              | STRING    | No       | -                                              |
| `duration`           | Duration of the output video in seconds (default: 5, fixed at 5 seconds) | INT       | No       | 5-5                                            |
| `seed`               | Seed for video generation (0 for random) (default: 0)                    | INT       | No       | 0-2147483647                                   |
| `resolution`         | Supported values may vary by model & duration (default: 1080p)           | COMBO     | No       | `1080p`                                        |
| `movement_amplitude` | The movement amplitude of objects in the frame (default: auto)           | COMBO     | No       | `auto`<br />`small`<br />`medium`<br />`large` |

**Constraints:**

* Only one input image is allowed (cannot process multiple images).
* The input image must have an aspect ratio between 1:4 and 4:1.

## Outputs

| Output Name | Description                | Data Type |
| ----------- | -------------------------- | --------- |
| `output`    | The generated video output | 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/ViduImageToVideoNode/en.md)

***

**Source fingerprint (SHA-256):** `2364ee527cbc37905e973ae1870499040eea4ed94ab8ed789d3c85af857f5488`
