remove_background
Removes the background from pixel art images up to 400x400 pixels. Supports simple and complex background removal tasks with optional text description of foreground object.
Instructions
Remove the background from a pixel art image (max 400x400).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| text | No | Description of the foreground object to help removal | |
| image | Yes | Source image | |
| image_size | Yes | Image dimensions | |
| background_removal_task | No | Type of background removal (default remove_simple_background) |