Pika 2.2 Text to Video - ComfyUI Native Node Documentation
A node that converts text descriptions into videos using Pika AI
The Pika 2.2 Text to Video node uses Pika’s 2.2 API to create videos from text descriptions. It connects to Pika’s text-to-video API, allowing users to generate videos using text prompts with various control parameters.
Parameters
Required Parameters
Parameter | Type | Default | Description |
---|---|---|---|
prompt_text | String | "" | Text prompt describing the video content |
negative_prompt | String | "" | Elements to exclude from the video |
seed | Integer | 0 | Random seed for generation |
resolution | Select | ”1080p” | Output video resolution |
duration | Select | ”5s” | Length of generated video |
aspect_ratio | Float | 1.7777777777777777 | Video aspect ratio, range 0.4-2.5, step 0.001 |
Output
Output | Type | Description |
---|---|---|
VIDEO | Video | Generated video |
Source Code
[Node Source Code (Updated 2025-05-05)]