← Back to all generators

retro-diffusion/rd-animation

Style consistent animated pixel art sprite generation

Capabilities

1:1 4:3 3:4 16:9 9:16 2:3 3:2 Reference Images Seed

Cost

Community model (estimated from hardware time)

Input Parameters

prompt required string

Text prompt for generation

bypass_prompt_expansion boolean

Disable automatic prompt expansion

Default: false
height integer

Animation height. four_angle_walking and walking_and_idle only support 48. small_sprites only supports 32. vfx supports 24-96.

Default: 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

Default: 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

Default: "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.

Default: 48 min: 24, max: 96
Version: a9f33da7d9a9 Updated: 6/26/2026 10.2K runs