create_image_bitforge
Generate pixel art with inline skeleton keypoints, combined inpainting and generation, and style influence control, all in one call. Max size 200x200.
Instructions
Generate pixel art using the legacy Bitforge engine. Max 200x200. Prefer generate_image (v2) for most tasks — use Bitforge only when you need inline skeleton keypoints, combined inpainting+generation, or style_image influence control in a single call.
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 | Max 200x200 | |
| init_image | No | Starting image | |
| mask_image | No | Inpainting mask | |
| color_image | No | Color palette reference image | |
| description | Yes | Image description | |
| style_image | No | Style reference | |
| no_background | No | Generate with transparent background | |
| style_strength | No | Style image influence (default 0.0) | |
| inpainting_image | No | Image to inpaint on | |
| oblique_projection | No | Use oblique projection (default false) | |
| skeleton_keypoints | No | Body joint positions | |
| 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 | Text prompt adherence (1.0-20.0, default 3.0) | |
| extra_guidance_scale | No | Additional guidance (default 3.0) | |
| negative_description | No | What to avoid in generation | |
| skeleton_guidance_scale | No | Skeleton keypoint influence (default 1.0) |