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

# PixverseV6FirstLastFrameNode - ComfyUI Built-in Node Documentation

> PixVerse V6 First-Last-Frame to Video generates a video that transitions from a first frame to a last frame using PixVerse, optionally with native audio.

PixVerse V6 First-Last-Frame to Video generates a video that transitions from a first frame to a last frame using PixVerse, optionally with native audio. The two provided images are sent to the PixVerse API, which produces the transition video and returns it as a video file. The output keeps the aspect ratio of the first frame.

## Inputs

### Common Inputs

| Parameter     | Description                                                                                    | Data Type      | Required | Range         |
| ------------- | ---------------------------------------------------------------------------------------------- | -------------- | -------- | ------------- |
| `first_frame` | The starting image of the video.                                                               | IMAGE          | Yes      | —             |
| `last_frame`  | The ending image of the video.                                                                 | IMAGE          | Yes      | —             |
| `model`       | Model and generation settings. Selects the PixVerse model and shows its generation parameters. | DYNAMIC\_COMBO | Yes      | "PixVerse V6" |

### PixVerse V6 Inputs

| Parameter          | Description                                                                                                   | Data Type | Required | Range                                        |
| ------------------ | ------------------------------------------------------------------------------------------------------------- | --------- | -------- | -------------------------------------------- |
| `prompt`           | Prompt describing the transition.                                                                             | STRING    | Yes      | Up 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<br />false                              |
| `seed`             | Seed for video generation. PixVerse records it but does not reproduce a run from it. (default: 42)            | INT       | Yes      | 0 to 2147483647                              |
| `negative_prompt`  | An optional text description of undesired elements in the video.                                              | STRING    | No       | Up to 2048 characters                        |
| `style`            | An optional visual style applied to the whole video. (default: none)                                          | COMBO     | No       | Multiple options available (default: "none") |

Note: The prompt must not be empty after removing whitespace, and is limited to 5000 characters. The negative prompt, when provided, is limited to 2048 characters. The duration must be between 1 and 15 seconds. The output video keeps the aspect ratio of the first frame.

## Outputs

| Output Name | Description                                                                                                                             | Data Type |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| `output`    | The generated video that transitions from the first frame to the last frame, including an audio track when `generate_audio` is enabled. | 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/PixverseV6FirstLastFrameNode/en.md)

***

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