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

# PixverseImageToVideoNode - ComfyUI Built-in Node Documentation

> Generates a video from a still image and a text prompt using PixVerse.

Generates a video from a still image and a text prompt using PixVerse. The node uploads the input image, applies the selected quality, duration, and motion settings, and then returns the resulting video once generation finishes.

## Inputs

| Parameter           | Description                                                                                  | Data Type | Required | Range                                                                                                                                                                                                             |
| ------------------- | -------------------------------------------------------------------------------------------- | --------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `image`             | Input image to transform into video                                                          | IMAGE     | Yes      | -                                                                                                                                                                                                                 |
| `prompt`            | Prompt for the video generation (default: empty string)                                      | STRING    | Yes      | -                                                                                                                                                                                                                 |
| `quality`           | Video quality setting (default: res\_540p)                                                   | COMBO     | Yes      | `res_540p`<br />`res_1080p`                                                                                                                                                                                       |
| `duration_seconds`  | Duration of the generated video in seconds                                                   | COMBO     | Yes      | `dur_2`<br />`dur_5`<br />`dur_10`                                                                                                                                                                                |
| `motion_mode`       | Motion style applied to the video generation                                                 | COMBO     | Yes      | `normal`<br />`fast`<br />`slow`<br />`zoom_in`<br />`zoom_out`<br />`pan_left`<br />`pan_right`<br />`pan_up`<br />`pan_down`<br />`tilt_up`<br />`tilt_down`<br />`roll_clockwise`<br />`roll_counterclockwise` |
| `seed`              | Seed for video generation (default: 0)                                                       | INT       | Yes      | 0-2147483647                                                                                                                                                                                                      |
| `negative_prompt`   | An optional text description of undesired elements on an image (default: empty string)       | STRING    | No       | -                                                                                                                                                                                                                 |
| `pixverse_template` | An optional template to influence style of generation, created by the PixVerse Template node | CUSTOM    | No       | -                                                                                                                                                                                                                 |

**Note:** When using 1080p quality, the motion mode is automatically set to normal and duration is limited to 5 seconds. For durations other than 5 seconds, the motion mode is also automatically set to normal.

## Outputs

| Output Name | Description                                             | Data Type |
| ----------- | ------------------------------------------------------- | --------- |
| `output`    | Generated video based on the input image and parameters | 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/PixverseImageToVideoNode/en.md)

***

**Source fingerprint (SHA-256):** `93ea662a27159f55bf12e49ea230f0005813614ad07f5189d1fd61e7b937fd4b`
