# Vidu Image To Video Generation

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):** `9e3b1ba325c44fcd03207f93030eba1a66507f9613d93135546ab7b6f37f7699`
