← All models
Bria GenFill enables high-quality object addition or visual transformation. Trained exclusively on licensed data for safe and risk-free commercial use. Access the model's source code and weights:
images
Details
- Accepts
- image
Pricing
- Price
- 5 cr / request
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The same seed and the same prompt given to the same version of the model will output the same image every time. |
| promptrequired | string | The prompt you would like to use to generate images. |
| mask_urlrequired | string | The URL of the binary mask image that represents the area that will be cleaned. |
| image_urlrequired | string | Input Image to erase 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. |
| num_images | integer | Number of Images to generate. |
| negative_prompt | string | The negative prompt you would like to use to generate images. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed value used for generation. |
| images | array | Generated Images |