interpolate_frames
Generates intermediate animation frames between a start and end keyframe to smooth out animations by adding in-between frames.
Instructions
Generate intermediate animation frames between a start and end keyframe. 16-128px. Use this to smooth out animations by adding in-between frames. For full animation creation from a single image use animate_with_text_v2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| action | Yes | Animation action description | |
| end_image | Yes | Last keyframe | |
| image_size | Yes | Frame size (16x16 to 128x128) | |
| start_image | Yes | First keyframe | |
| no_background | No | Generate with transparent background |