animate_character
Animate a saved character using a preset animation template for actions like walk, run, or attack. Requires a character ID from a previous creation.
Instructions
Animate a SAVED character by ID using a preset animation template (walk, run, attack, etc). Requires a character_id from create_character_4dir/8dir. Uses the character's existing size. If you only have an image (not a saved character), use animate_with_text_v2 instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| detail | No | Detail level | |
| outline | No | Outline style | |
| shading | No | Shading style | |
| isometric | No | Generate in isometric view | |
| directions | No | Specific directions to animate, or omit for all | |
| color_image | No | Color reference image | |
| description | No | Character description for context | |
| character_id | Yes | Character ID | |
| force_colors | No | Force use of colors from color_image (default false) | |
| animation_name | No | Custom animation name | |
| action_description | No | Action description for custom animations | |
| text_guidance_scale | No | How closely to follow the text (1.0-20.0, default 8) | |
| template_animation_id | Yes | Animation template ID |