> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-chore-sync-comfy-api-v2-spec.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Vidu3ImageToVideoNode - ComfyUI Built-in Node Documentation

> The Vidu Q3 Image-to-Video Generation node creates a video sequence starting from an input image.

The Vidu Q3 Image-to-Video Generation node creates a video sequence starting from an input image. It uses a Vidu Q3 model to animate the image, optionally guided by a text prompt, and outputs a video file.

## Inputs

### Common Inputs

| Parameter | Description                                                                                                  | Data Type      | Required | Range                                |
| --------- | ------------------------------------------------------------------------------------------------------------ | -------------- | -------- | ------------------------------------ |
| `model`   | Model to use for video generation.                                                                           | DYNAMIC\_COMBO | Yes      | `"viduq3-pro"`<br />`"viduq3-turbo"` |
| `image`   | An image to be used as the start frame of the generated video.                                               | IMAGE          | Yes      | -                                    |
| `prompt`  | An optional text prompt for video generation (max 2000 characters) (default: empty).                         | STRING         | Yes      | -                                    |
| `seed`    | A seed value for controlling the randomness of the generation (default: 1). Supports control-after-generate. | INT            | Yes      | 0 to 2147483647                      |

### viduq3-pro Inputs

| Parameter    | Description                                                                                     | Data Type | Required | Range                               |
| ------------ | ----------------------------------------------------------------------------------------------- | --------- | -------- | ----------------------------------- |
| `resolution` | Resolution of the output video.                                                                 | COMBO     | Yes      | `"720p"`<br />`"1080p"`<br />`"2K"` |
| `duration`   | Duration of the output video in seconds (default: 5).                                           | INT       | Yes      | 1 to 16                             |
| `audio`      | When enabled, outputs video with sound (including dialogue and sound effects) (default: False). | BOOLEAN   | Yes      | `True`<br />`False`                 |

### viduq3-turbo Inputs

| Parameter    | Description                                                                                     | Data Type | Required | Range                   |
| ------------ | ----------------------------------------------------------------------------------------------- | --------- | -------- | ----------------------- |
| `resolution` | Resolution of the output video.                                                                 | COMBO     | Yes      | `"720p"`<br />`"1080p"` |
| `duration`   | Duration of the output video in seconds (default: 5).                                           | INT       | Yes      | 1 to 16                 |
| `audio`      | When enabled, outputs video with sound (including dialogue and sound effects) (default: False). | BOOLEAN   | Yes      | `True`<br />`False`     |

**Note:** The `image` must have an aspect ratio between 1:4 and 4:1 (portrait to landscape). The `prompt` is optional but cannot exceed 2000 characters. The resolution options depend on the selected model: `"viduq3-pro"` supports `"720p"`, `"1080p"`, and `"2K"`; `"viduq3-turbo"` supports `"720p"` and `"1080p"`.

## Outputs

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

***

**Source fingerprint (SHA-256):** `77500d1e19928128decc010540670e311cd8ec4fcad913412517f47f0e27e15f`
