infery
← All models

Expand Image

expand-image

Image generationby Bria

Bria Expand expands images beyond their borders in high quality. Resizing the image by generating new pixels to expand to the desired aspect ratio. Trained exclusively on licensed data for safe and risk-free commercial use

images

Details

Accepts
text + image

Pricing

Price
5 cr / image

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedintegerRandom seed. Set for reproducible generation
syncbooleanSynchronous response mode
imagestringImage file
promptstringText prompt for image generation
image_urlstringImage URL
canvas_sizearrayDesired output canvas dimensions [width, height]. Default [1000, 1000]. Max 5000x5000 pixels.
aspect_ratioenum: 1:1, 2:3, 3:2, 3:4, 4:3, 4:5Aspect ratio for expansion. Either aspect_ratio or canvas_size with original_image_size/location must be provided. Can be a predefined string like '1:1', '16:9' etc. or a custom float between 0.5 and 3.0
preserve_alphabooleanPreserve alpha channel in output. When true, maintains original transparency. When false, output is fully opaque.
negative_promptstringNegative prompt for image generation
content_moderationbooleanEnable content moderation
original_image_sizearraySize of original image in canvas [width, height]
original_image_locationarrayPosition of original image in canvas [x, y]