← All models
Latest object erasing model from Black Forest Labs. Remove undesired objects, texts from images.
images
Details
- Accepts
- image
Pricing
- Price
- 0.500 cr / megapixel
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| mask_urlrequired | string | The URL of a black/white mask image where white (255) marks pixels to erase and black (0) marks pixels to keep. Needs to match the dimensions of the input image. |
| image_urlrequired | string | The URL of the input image to erase content from. |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| dilate_pixels | integer | Number of pixels to expand the mask edges by. Higher values produce cleaner erase results around the masked region. |
| output_format | stringenum: jpeg, png | The format of the generated image. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed. |
| images | array | The generated image files info. |
| prompt | string | The prompt used for generating the image. |
| timings | object | |
| has_nsfw_concepts | array | Whether the generated images contain NSFW concepts. |