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

# ViduExtendVideoNode - ComfyUI Built-in Node Documentation

> The Vidu Video Extension node generates additional frames to extend the length of an existing video.

The Vidu Video Extension node generates additional frames to extend the length of an existing video. It uses a specified AI model to create a continuation based on the source video and an optional text prompt.

## Inputs

### Common Inputs

| Parameter   | Description                                                                                                | Data Type      | Required | Range                                |
| ----------- | ---------------------------------------------------------------------------------------------------------- | -------------- | -------- | ------------------------------------ |
| `model`     | Model to use for video extension. Selecting a model reveals its specific duration and resolution settings. | DYNAMIC\_COMBO | Yes      | `"viduq2-pro"`<br />`"viduq2-turbo"` |
| `video`     | The source video to extend.                                                                                | VIDEO          | Yes      | -                                    |
| `prompt`    | An optional text prompt for the extended video (max 2000 characters; default: empty).                      | STRING         | Yes      | -                                    |
| `seed`      | A seed value for controlling the randomness of the generation (default: 1).                                | INT            | Yes      | 0 to 2147483647                      |
| `end_frame` | An optional image to use as the target end frame for the extension.                                        | IMAGE          | No       | -                                    |

### viduq2-pro and viduq2-turbo Inputs

These settings are shared by both models.

| Parameter    | Description                                                                                           | Data Type | Required | Range                   |
| ------------ | ----------------------------------------------------------------------------------------------------- | --------- | -------- | ----------------------- |
| `duration`   | Duration of the extended video in seconds (default: 4). This setting appears after selecting a model. | INT       | Yes      | 1 to 7                  |
| `resolution` | Resolution of the output video. This setting appears after selecting a model.                         | COMBO     | Yes      | `"720p"`<br />`"1080p"` |

**Note:** The source `video` must have a duration between 4 and 55 seconds. If `end_frame` is provided, its aspect ratio must be between 1:4 and 4:1, and its width and height must each be at least 128 pixels.

## Outputs

| Output Name | Description                                                     | Data Type |
| ----------- | --------------------------------------------------------------- | --------- |
| `output`    | The newly generated video file containing the extended footage. | 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/ViduExtendVideoNode/en.md)

***

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