You're looking at a specific version of this model. Jump to the model overview.

retro-diffusion /rd-animation:a9f33da7

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
prompt
string
Text prompt for generation
style
None
four_angle_walking
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
integer
48

Min: 24

Max: 96

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

Min: 24

Max: 96

Animation height. four_angle_walking and walking_and_idle only support 48. small_sprites only supports 32. vfx supports 24-96.
input_image
string
Input image for image-to-image generation or reference. Will be converted to RGB without transparency.
return_spritesheet
boolean
False
Return animation as a spritesheet PNG instead of animated GIF
bypass_prompt_expansion
boolean
False
Disable automatic prompt expansion
seed
integer
Random seed. Set for reproducible generation

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}