create_isometric_tile
Create isometric pixel art tiles from 16x16 to 64x64 pixels. Customize with descriptions, colors, outlines, and shading.
Instructions
Create an isometric tile. Size 16x16 to 64x64 (best quality >24px). For other tile types (hex, octagon, square_topdown) use create_tiles_pro instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| detail | No | Detail level | |
| outline | No | Outline style | |
| shading | No | Shading style | |
| image_size | Yes | 16x16 to 64x64 | |
| init_image | No | Optional starting image | |
| color_image | No | Color palette reference image | |
| description | Yes | Tile description | |
| init_image_strength | No | Initial image influence strength (1-999, default 300) | |
| isometric_tile_size | No | Isometric tile size in pixels (default 16) | |
| text_guidance_scale | No | How closely to follow text (1-20, default 8) | |
| isometric_tile_shape | No | Shape of the isometric tile (default 'block') |