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

# PixverseTextToVideoNode - ComfyUI Built-in Node Documentation

> Complete documentation for the PixverseTextToVideoNode node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 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/PixverseTextToVideoNode/en.md)

Generates videos based on a text prompt and various generation parameters. This node creates video content using the PixVerse API, allowing control over aspect ratio, quality, duration, motion style, and more.

## Inputs

| Parameter           | Data Type | Required | Range                               | Description                                                                                  |
| ------------------- | --------- | -------- | ----------------------------------- | -------------------------------------------------------------------------------------------- |
| `prompt`            | STRING    | Yes      | -                                   | Prompt for the video generation (default: "")                                                |
| `aspect_ratio`      | COMBO     | Yes      | `"16:9"`<br />`"9:16"`<br />`"1:1"` | Aspect ratio for the generated video                                                         |
| `quality`           | COMBO     | Yes      | `"540p"`<br />`"1080p"`             | Video quality setting (default: "540p")                                                      |
| `duration_seconds`  | COMBO     | Yes      | `"5"`<br />`"10"`                   | Duration of the generated video in seconds                                                   |
| `motion_mode`       | COMBO     | Yes      | `"normal"`<br />`"fast"`            | Motion style for the video generation                                                        |
| `seed`              | INT       | Yes      | 0 to 2147483647                     | Seed for video generation (default: 0)                                                       |
| `negative_prompt`   | STRING    | No       | -                                   | An optional text description of undesired elements on an image (default: "")                 |
| `pixverse_template` | CUSTOM    | No       | -                                   | An optional template to influence style of generation, created by the PixVerse Template node |

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

## Outputs

| Output Name | Data Type | Description              |
| ----------- | --------- | ------------------------ |
| `output`    | VIDEO     | The generated video file |

***

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