ComfyUI Node
PixVerse V6 Fusion / Reference-to-Video
PixVerse V6 Fusion / Reference-to-Video OpenAPI Specification
PixVerse V6 Fusion / Reference-to-Video
- video
- url
- all_urls_json
- task_id
- raw_json
- credits_consumed
- credits_left
◄promptA cinematic sunrise illuminates a mist-shrouded mountain lake; the camera slowly sweeps across the water's surface as a flock of birds flies overhead.►
◄image_references[
{
"image_url": "https://your-domain.com/images/dog.png",
"type": "subject",
"ref_name": "dog"
},
{
"image_url": "https://your-domain.com/images/room.png",
"type": "background",
"ref_name": "room"
}
]►
◄aspect_ratio16:9►
◄quality720p►
◄duration5►
◄generate_audio_switchfalse►
◄seed123456789►
◄timeout_seconds1200►
◄callback_url►
CategoryKIE Next/Video/PixVerse
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | A cinematic sunrise illuminates a mist-shrouded mountain lake; the camera slowly sweeps across the water's surface as a flock of birds flies overhead. | Generate prompt, cannot be empty, length is limited to 3-5000 characters. |
| image_references | STRING | [ { "image_url": "https://your-domain.com/images/dog.png", "type": "subject", "ref_name": "dog" }, { "image_url": "https://your-domain.com/images/room.png", "type": "background", "ref_name": "room" } ] | Fusion multi-reference image list. `ref_name` must be unique within the same list. You can reference the reference object in the prompt via `@ref_name`. |
| aspect_ratio | COMBO | 16:9 | Output video aspect ratio. Supported in text-to-video and Fusion multi-reference image to video modes. |
| quality | COMBO | 720p | Output video resolution. Supports 360p, 540p, 720p, and 1080p. |
| duration | INT | 51–15 | Output video duration, in seconds. |
| generate_audio_switchopt | BOOLEAN | false | Whether to generate audio synchronized with the video content. |
| seedopt | INT | 1234567890–2147483647 | Random seed, value range is 0-2147483647. Using the same parameters and seed helps improve the reproducibility of the results. |
| timeout_secondsopt | INT | 120030–7200 | — |
| callback_urlopt | STRING | Optional KIE callback URL. Leave empty for normal ComfyUI use. |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| video | VIDEO | — |
| url | STRING | — |
| all_urls_json | STRING | — |
| task_id | STRING | — |
| raw_json | STRING | — |
| credits_consumed | FLOAT | — |
| credits_left | FLOAT | — |