infery
← All models

Bria Expand Image

bria-expand

Image editby Bria

Bria Expand expands images beyond their borders in high quality. 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

FieldTypeDescription
seedYou can choose whether you want your generated expension to be random or predictable. You can recreate the same result in the future by using the seed value of a result from the response. You can exclude this parameter if you are not interested in recreating your results. This parameter is optional.
promptstringText on which you wish to base the image expansion. This parameter is optional. Bria currently supports prompts in English only, excluding special characters.
image_urlrequiredstringThe URL of the input image.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
canvas_sizerequiredarrayThe desired size of the final image, after the expansion. should have an area of less than 5000x5000 pixels.
aspect_ratioThe desired aspect ratio of the final image. Will be used over original_image_size and original_image_location if provided.
negative_promptstringThe negative prompt you would like to use to generate images.
original_image_sizeThe desired size of the original image, inside the full canvas. Ensure that the ratio of input image foreground or main subject to the canvas area is greater than 15% to achieve optimal results. Will be ignored if aspect_ratio is provided.
original_image_locationThe desired location of the original image, inside the full canvas. Provide the location of the upper left corner of the original image. The location can also be outside the canvas (the original image will be cropped). Will be ignored if aspect_ratio is provided.

Output

FieldTypeDescription
seedintegerSeed value used for generation.
imageThe generated image