retro-diffusion/rd-animation 🔢❓📝🖼️✓ → 🖼️
About
Style consistent animated pixel art sprite generation
Example Output
Prompt:
"Wizard in colorful robe"
Output
Performance Metrics
16.95s
Prediction Time
16.96s
Total Time
All Input Parameters
{
"style": "four_angle_walking",
"width": 96,
"height": 96,
"prompt": "Wizard in colorful robe",
"return_spritesheet": false,
"bypass_prompt_expansion": false
}
Input Parameters
- seed
- Random seed. Set for reproducible generation
- style
- 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
- width
- Animation width. four_angle_walking and walking_and_idle only support 48. small_sprites only supports 32. vfx supports 24-96.
- height
- Animation height. four_angle_walking and walking_and_idle only support 48. small_sprites only supports 32. vfx supports 24-96.
- prompt (required)
- Text prompt for generation
- input_image
- Input image for image-to-image generation or reference. Will be converted to RGB without transparency.
- return_spritesheet
- Return animation as a spritesheet PNG instead of animated GIF
- bypass_prompt_expansion
- Disable automatic prompt expansion
Output Schema
Output
Example Execution Logs
Using seed: 986733343 Warning: four_angle_walking only supports 48x48. Setting dimensions to 48x48. Generated in 16.5sec
Version Details
- Version ID
a9f33da7d9a985064dbc2d99621b87da5b8a22ed4d412c3a1c34ab4b807a6d8f- Version Created
- November 19, 2025