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

# PixverseV6ImageToVideoNode - ComfyUI Built-in Node Documentation

> This node animates an input image with the PixVerse V6 model and returns a video, optionally with a native audio track.

This node animates an input image with the PixVerse V6 model and returns a video, optionally with a native audio track. The output video keeps the aspect ratio of the input image.

## Inputs

### Common Inputs

| Parameter | Description                    | Data Type      | Required | Range         |
| --------- | ------------------------------ | -------------- | -------- | ------------- |
| `model`   | Model and generation settings. | DYNAMIC\_COMBO | Yes      | "PixVerse V6" |
| `image`   | The input image to animate.    | IMAGE          | Yes      | Single image  |

### PixVerse V6 Inputs

These settings appear when the "PixVerse V6" model is selected.

| Parameter          | Description                                                                                                                           | Data Type | Required | Range                                                  |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | ------------------------------------------------------ |
| `prompt`           | Prompt for the video generation (default: empty).                                                                                     | STRING    | Yes      | 1 to 5000 characters                                   |
| `quality`          | Output resolution. Sets the long edge: 360p is 640px, 540p 1024px, 720p 1280px, 1080p 1920px (default: "720p").                       | COMBO     | Yes      | "360p"<br />"540p"<br />"720p"<br />"1080p"            |
| `duration_seconds` | Length of the generated video in seconds (default: 5).                                                                                | INT       | Yes      | 1 to 15                                                |
| `generate_audio`   | Generate a native audio track together with the video (default: true).                                                                | BOOLEAN   | Yes      | true or false                                          |
| `multi_clip`       | Let the model cut the video into several shots instead of one continuous take (default: false).                                       | BOOLEAN   | Yes      | true or false                                          |
| `seed`             | Seed for video generation. PixVerse records it but does not reproduce a run from it (default: 42, control after generate is enabled). | INT       | Yes      | 0 to 2147483647                                        |
| `negative_prompt`  | An optional text description of undesired elements in the video (default: empty).                                                     | STRING    | No       | Up to 2048 characters                                  |
| `style`            | An optional visual style applied to the whole video (default: none).                                                                  | COMBO     | No       | Multiple options available (PixVerse V6 style presets) |

Note: The prompt must contain at least one non-whitespace character and at most 5000 characters; the negative prompt, if provided, must be at most 2048 characters. The output video always matches the aspect ratio of the input image, so no aspect ratio setting is needed. Only a single input image is accepted. PixVerse may reject a request when content moderation fails, when the provider account is out of credits, or when the maximum number of simultaneous generations is already running.

## Outputs

| Output Name | Description                                                                                                                       | Data Type |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------- | --------- |
| `video`     | The generated video, including the native audio track when `generate_audio` is enabled. The aspect ratio matches the input image. | 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/PixverseV6ImageToVideoNode/en.md)

***

**Source fingerprint (SHA-256):** `6ecf958e510e7afc43f5f0e4e5dfd2b789aea02bec882d928326732501cee7b3`
