You're looking at a specific version of this model. Jump to the model overview.
retro-diffusion /rd-tile:c4f59be3
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
|
tileset
|
Style to apply to the generated image
tileset: Create full tilesets from a simple prompt describing the textures or environment, using a simple set of "wang" style combinations
tileset_advanced: Full tilesets from two prompts and/or textures, using a simple set of "wang" style combinations
single_tile: Detailed single tile texture for creating full tilesets or surfaces
tile_variation: Texture variations of the provided tile image
tile_object: Small assets for placing on sections of tiles
scene_object: Large assets for placing on tileset maps
|
| width |
integer
|
32
Min: 16 Max: 384 |
Tile width (for tilesets, this is the size of each individual tile, not the output image)
|
| height |
integer
|
32
Min: 16 Max: 384 |
Tile height (for tilesets, this is the size of each individual tile, not the output image)
|
| num_images |
integer
|
1
Min: 1 Max: 10 |
Number of images to generate
|
| seed |
integer
|
Random seed. Set for reproducible generation
|
|
| input_image |
string
|
Input image for image-to-image generation or reference. Will be converted to RGB without transparency.
|
|
| extra_input_image |
string
|
Extra input image for advanced tileset generation (tileset_advanced only)
|
|
| extra_prompt |
string
|
Extra prompt for advanced tileset generation (tileset_advanced only)
|
|
| 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'}