generative_fill
Fill or replace areas in images using a text prompt. Provide an image, mask, and prompt to generate new content in the masked region.
Instructions
Generative fill / inpaint with prompt
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of variations to generate. | |
| prompt | Yes | Text description of what to generate in the masked area. | |
| mask_url | No | URL of the mask image (white = fill area). | |
| image_url | Yes | URL of the source image. | |
| mask_base64 | No | Base64-encoded mask image (alternative to mask_url). | |
| negative_prompt | No | What to avoid in the generated content. |