remove_background
Remove backgrounds from pixel art images (max 400x400) by specifying the foreground object and background complexity. Use for clean sprite isolation.
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) |