create_image_pixflux
Create pixel art with fine-grained control over outline, shading, detail, view, and coverage. Set dimensions from 32 to 400 pixels, camera perspective, and character direction.
Instructions
Generate pixel art using the legacy Pixflux engine. 32-400px. Prefer generate_image (v2) for most tasks — use Pixflux only when you need fine-grained control over outline/shading/detail style params, view/direction, or coverage_percentage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| view | No | Camera perspective | |
| detail | No | Detail level | |
| outline | No | Outline style | |
| shading | No | Shading style | |
| direction | No | Character facing direction | |
| isometric | No | Generate in isometric view (default false) | |
| image_size | Yes | 32x32 to 400x400 | |
| init_image | No | Starting image for img2img | |
| color_image | No | Color palette reference image | |
| description | Yes | Image description | |
| no_background | No | Generate with transparent background | |
| coverage_percentage | No | Percentage of canvas to cover (0-100) | |
| init_image_strength | No | Initial image influence strength (0-1000, default 300) | |
| text_guidance_scale | No | How closely to follow text (1.0-20.0, default 8.0) | |
| negative_description | No | What to avoid in generation |