You're looking at a specific version of this model. Jump to the model overview.
retro-diffusion /rd-fast:067f6cd8
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
|
default
|
Style to apply to the generated image
default: Simple clean pixel art, with Anime illustration influences
simple: Simple shading with minimalist shapes and designs
detailed: Pixel art with lots of shading and details
retro: A classic arcade game aesthetic inspired by early PC games
game_asset: Distinct assets set on a simple background
portrait: Character portrait focused images with high detail
texture: Flat game textures like stones, bricks, or wood
ui: User interface boxes and buttons
item_sheet: Sheets of objects placed on a simple background
character_turnaround: Character sprites viewed from different angles
1_bit: Two color black and white only images
low_res: General low resolution pixel art images
mc_item: Minecraft-styled items with automatic transparency
mc_texture: Minecraft-styled flat textures, like grass, stones, or wood
no_style: Pixel art with no style influence applied
|
| width |
integer
|
256
Min: 16 Max: 384 |
Image width
|
| height |
integer
|
256
Min: 16 Max: 384 |
Image height
|
| num_images |
integer
|
1
Min: 1 Max: 10 |
Number of images to generate
|
| input_image |
string
|
Input image for image-to-image generation or reference. Will be converted to RGB without transparency.
|
|
| strength |
number
|
0.8
Max: 1 |
Prompt strength in image-to-image generation. Higher values give closer adherence to the prompt, and lower values use more information from the input image. Only used when input_image is provided.
|
| input_palette |
string
|
Reference palette image to guide color choices
|
|
| remove_bg |
boolean
|
False
|
Remove background to create transparent images
|
| tile_x |
boolean
|
False
|
Enable seamless tiling on X axis
|
| tile_y |
boolean
|
False
|
Enable seamless tiling on Y axis
|
| 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'}