animate_with_text
Create pixel art animations from a text description and reference image. Generates 64x64 frames based on specified actions and direction.
Instructions
Legacy animation from text description + reference image. FIXED 64x64 only. Prefer animate_with_text_v2 (any size 32-256px) or animate_with_text_v3 (keyframe-based) for new work. Use animate_character if you already have a saved character ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| view | No | Camera angle (default 'side') | |
| action | Yes | Animation action (e.g. 'walking', 'attacking') | |
| n_frames | No | Number of frames (default 4) | |
| direction | No | Facing direction (default 'east') | |
| image_size | Yes | Frame size | |
| color_image | No | Color palette reference image | |
| description | Yes | Character description | |
| init_images | No | Initialization images per frame | |
| mask_images | No | ||
| reference_image | Yes | Character reference | |
| inpainting_images | No | ||
| start_frame_index | No | Starting frame index (default 0) | |
| init_image_strength | No | Initial image influence strength (0-1000, default 300) | |
| text_guidance_scale | No | Text prompt influence (1.0-20.0, default 7.5) | |
| image_guidance_scale | No | Reference image influence (default 1.5) | |
| negative_description | No | What to avoid in generation |