Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The PikaFrames v2.2 Node generates videos by combining your first and last frame. You upload two images to define the start and end points, and the AI creates a smooth transition between them to produce a complete video.

Inputs

ParameterData TypeRequiredRangeDescription
image_startIMAGEYes-The first image to combine.
image_endIMAGEYes-The last image to combine.
prompt_textSTRINGYes-Text prompt describing the desired video content.
negative_promptSTRINGYes-Text describing what to avoid in the video.
seedINTYes-Random seed value for generation consistency.
resolutionSTRINGYes-Output video resolution.
durationINTYes-Duration of the generated video.

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video combining the start and end frames with AI transitions.