Dear authors,
I tried your Colab demo and ran into a problem. When I tried to inpaint the following image:

with this mask:

I got quite a good result:

However, if I just made the input image brighter (multiplied pixel values by 2):

the inpainting (with the same mask) failed:

I thought it could be some overflow in the image domain, but when I tried to crop the input image a bit (about 10 % on the top and right side):

the inpainting worked again:

Could be some overflow in the frequency domain or am I just doing something wrong? Thank you for your response.
Dear authors,
I tried your Colab demo and ran into a problem. When I tried to inpaint the following image:



with this mask:
I got quite a good result:
However, if I just made the input image brighter (multiplied pixel values by 2):


the inpainting (with the same mask) failed:
I thought it could be some overflow in the image domain, but when I tried to crop the input image a bit (about 10 % on the top and right side):


the inpainting worked again:
Could be some overflow in the frequency domain or am I just doing something wrong? Thank you for your response.