retro-diffusion/rd-animation
Style consistent animated pixel art sprite generation
Capabilities
Cost
Community model (estimated from hardware time)
Input Parameters
| Name | Type | Description | Default | Constraints |
|---|---|---|---|---|
prompt * | string | Text prompt for generation | — | — |
bypass_prompt_expansion | boolean | Disable automatic prompt expansion | false | — |
height | integer | Animation height. four_angle_walking and walking_and_idle only support 48. small_sprites only supports 32. vfx supports 24-96. | 48 | min: 24, max: 96 |
input_image | string (uri) | Input image for image-to-image generation or reference. Will be converted to RGB without transparency. | — | — |
return_spritesheet | boolean | Return animation as a spritesheet PNG instead of animated GIF | false | — |
seed | integer | Random seed. Set for reproducible generation | — | — |
style | string | Style to apply to the generated image four_angle_walking: Consistent 4 direction, 4 frame long walking animations of humanoid characters walking_and_idle: Consistent 4 direction walking and idle animations of humanoid characters small_sprites: 4 direction 32x32 sprites with walking, arm raising/attacking, looking around, surprised, and laying down animations vfx: Eye-catching animations for fire, explosions, lightning, or other simple effects | "four_angle_walking" | four_angle_walking walking_and_idle small_sprites vfx |
width | integer | Animation width. four_angle_walking and walking_and_idle only support 48. small_sprites only supports 32. vfx supports 24-96. | 48 | min: 24, max: 96 |
prompt required string Text prompt for generation
bypass_prompt_expansion boolean Disable automatic prompt expansion
false height integer Animation height. four_angle_walking and walking_and_idle only support 48. small_sprites only supports 32. vfx supports 24-96.
48 min: 24, max: 96 input_image string Input image for image-to-image generation or reference. Will be converted to RGB without transparency.
return_spritesheet boolean Return animation as a spritesheet PNG instead of animated GIF
false seed integer Random seed. Set for reproducible generation
style string Style to apply to the generated image four_angle_walking: Consistent 4 direction, 4 frame long walking animations of humanoid characters walking_and_idle: Consistent 4 direction walking and idle animations of humanoid characters small_sprites: 4 direction 32x32 sprites with walking, arm raising/attacking, looking around, surprised, and laying down animations vfx: Eye-catching animations for fire, explosions, lightning, or other simple effects
"four_angle_walking" width integer Animation width. four_angle_walking and walking_and_idle only support 48. small_sprites only supports 32. vfx supports 24-96.
48 min: 24, max: 96 a9f33da7d9a9 Updated: 6/26/2026 10.2K runs
cinemasetfree.com