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

retro-diffusion /rd-animation:96edaac2

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
style
None
four_angle_walking
Animation style to apply
seed
integer
Random seed. Set for reproducible generation
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.
prompt
string
Text prompt for generation
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

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'}