create_object_8dir
Create a pixel art object with 8 directional views. Provide a description and optionally a reference image to rotate or a style image to generate a new object in that style.
Instructions
Create a persistent object with 8 directional views. Square size 32-256px (default 64). view 'low top-down', 'high top-down', or 'side'. Provide reference_image to rotate that exact object, OR style_image to generate a new object in that style (mutually exclusive). For a single-direction object use create_object_1dir.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Square image size in pixels (32-256, default 64) | |
| view | No | Camera angle (default 'low top-down') | |
| description | Yes | Object description | |
| style_image | No | Style reference — generates a new object matching the description in this style (mutually exclusive with reference_image) | |
| reference_image | No | Reference image — generates 8 rotations of this exact object (mutually exclusive with style_image) |