A node that creates coherent scene videos from multiple images using Pika AI
The Pika 2.2 Scenes node allows you to upload multiple images and generate a high-quality video incorporating these elements. It uses Pika’s 2.2 API to create smooth scene transitions between the images.
Parameter | Type | Default | Description |
---|---|---|---|
prompt_text | string | "" | Text prompt describing video content and scenes |
negative_prompt | string | "" | Elements to exclude from the video |
seed | integer | 0 | Random seed for generation |
ingredients_mode | select | ”creative” | Image combination mode |
resolution | select | API default | Output video resolution |
duration | select | API default | Output video length |
aspect_ratio | float | 1.7777777777777777 (16:9) | Video aspect ratio, range 0.4-2.5 |
Parameter | Type | Description |
---|---|---|
image_ingredient_1 | image | First scene image |
image_ingredient_2 | image | Second scene image |
image_ingredient_3 | image | Third scene image |
image_ingredient_4 | image | Fourth scene image |
image_ingredient_5 | image | Fifth scene image |
Output | Type | Description |
---|---|---|
VIDEO | video | Generated video |
The Pika 2.2 Scenes node analyzes all input images and creates a video containing these image elements. The node sends the images and parameters to Pika’s API server, which processes them and returns the generated video.
Users can guide the video style and content through prompts, and exclude unwanted elements using negative prompts. The node supports up to 5 input images as ingredients and generates the final video based on the specified combination mode, resolution, duration, and aspect ratio.