edit_image
Alter a single pixel art image globally using a text description, such as adding objects or changing colors. Specify target canvas size up to 400px.
Instructions
Edit a single image globally using a text description (e.g. 'add a hat', 'change colors'). 16-400px. For editing a specific REGION use inpaint_v3 with a mask instead. For batch-editing multiple images at once use edit_images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| image | Yes | Image to edit | |
| width | Yes | Target canvas width (16-400px) | |
| height | Yes | Target canvas height (16-400px) | |
| image_size | Yes | Current image dimensions | |
| color_image | No | Color reference image | |
| description | Yes | Edit description | |
| no_background | No | Generate with transparent background | |
| text_guidance_scale | No | How closely to follow text (1.0-10.0, default 8) |