infery
← All models

Flux Pro Erase

flux-pro-v1-erase

Image editby Black Forest Labs

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

FieldTypeDescription
mask_urlrequiredstringThe 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_urlrequiredstringThe URL of the input image to erase content from.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
dilate_pixelsintegerNumber of pixels to expand the mask edges by. Higher values produce cleaner erase results around the masked region.
output_formatstringenum: jpeg, pngThe format of the generated image.

Output

FieldTypeDescription
seedinteger 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.
imagesarrayThe generated image files info.
promptstringThe prompt used for generating the image.
timingsobject
has_nsfw_conceptsarrayWhether the generated images contain NSFW concepts.