You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a mask for preserving part of image leads to image not upscaled in output(resolution). Binary mask is of same size of image in input. If mask not provided, resolution is up-scaled properly.
The text was updated successfully, but these errors were encountered:
Yes, this is intentional because the masked part will not get upscaled, so I downscale the result to the starting resolution, but the quality of the unmasked area is improved afterward.
Same issue, would it be possible to add an option to force returning the upscaled version ?
And we would handle the composition ourselves with the masked part. :)
Adding a mask for preserving part of image leads to image not upscaled in output(resolution). Binary mask is of same size of image in input. If mask not provided, resolution is up-scaled properly.
The text was updated successfully, but these errors were encountered: