PixVerse Image to Video - ComfyUI Native Node Documentation
A node that converts static images to dynamic videos using PixVerse AI
The PixVerse Image to Video node uses PixVerse’s API to transform static images into dynamic videos. It preserves the visual features of the original image while adding natural motion based on text prompts.
Parameters
Required Parameters
Parameter | Type | Default | Description |
---|---|---|---|
image | Image | - | Input image to convert to video |
prompt | String | "" | Text prompt describing video motion/content |
negative_prompt | String | "" | Elements to avoid in the video |
seed | Integer | -1 | Random seed (-1 for random) |
quality | Select | ”high” | Output video quality level |
aspect_ratio | Select | ”r16_9” | Output video aspect ratio |
duration | Select | ”seconds_4” | Length of generated video |
motion_mode | Select | ”standard” | Video motion style |
Optional Parameters
Parameter | Type | Default | Description |
---|---|---|---|
pixverse_template | PIXVERSE_TEMPLATE | None | Optional PixVerse template |
Output
Output | Type | Description |
---|---|---|
VIDEO | Video | Generated video |
Source Code
[Node Source Code (Updated 2025-05-05)]