What should be the file (image) size?

#12
by minahil5757 - opened

is there any limit for the image size because i tried removing backgroung of an image with size 9 mb and it gave error

BRIA AI org

it's recommended to resize the image to 1024x1024, run the model and resize back to the original size. see the example on model card.

what should be the file size not the image size? In mb

BRIA AI org

there is no such limitation, make sure the input image for the model is resized to 1024x1024

it's recommended to resize the image to 1024x1024, run the model and resize back to the original size. see the example on model card.

scaling the alpha matte to a bigger image makes the edges look weird, for example if i have a 4100x4100 image and scale it down to 1024x1024 and feed it to the model the alpha matte would be pixel perfect , but if i re-scale the 1024x1024 to 4100x4100 , each pixel would be mapped to 4 pixels so the edges specially beside things like hair become blurry and it happens more with the higher resolutions.
i was thinking about something like cropping the input to like 16 separate images and feed them individually to the model and finally paste them together , but i dont know how would the model perform on such scenario .
do you have any solution/comment on it ?

Sign up or log in to comment