forge_tileset
Generate tileable pixel art textures for terrain, floors, walls, and backgrounds. Produces square textures that tile in all directions without gaps.
Instructions
Generate a seamless tileable pixel art texture. Produces a square texture that tiles seamlessly in all directions — ideal for terrain, floors, walls, and backgrounds. No background removal is applied; the texture fills the entire canvas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Target texture size in pixels (default: 32). Snaps to nearest standard size. Common: 16 for retro, 32 for standard, 64 for detailed. | |
| model | No | Model alias or full ID. Aliases: 25, nano-banana, banana, banana-2, nano-banana-2, gemini-flash, flash, gemini-pro, pro, gemini-25, gemini-flash-25 (default: nano-banana) | |
| style | No | Visual style preset (default: clean) | |
| outputPath | Yes | Output file path (e.g. "public/assets/tiles/grass.png") | |
| description | Yes | What the texture is (e.g. "grass terrain", "stone brick wall", "wooden floor planks", "water surface") |