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
When inputing an image and then doing nothing next but outputing, the size of output image will change.
In my case I input an 1024 * 1024 image, but what I get is a 675 * 675 image.
AFAIK most of sizes will trigger this issue. However when the input image is 512 * 512, it works fine. I don't know how inner mechanism works.
My reproduction below can be tested, or just test in Doc. The same results will be got.
Describe the bug
When inputing an image and then doing nothing next but outputing, the size of output image will change.
In my case I input an 1024 * 1024 image, but what I get is a 675 * 675 image.
AFAIK most of sizes will trigger this issue. However when the input image is 512 * 512, it works fine. I don't know how inner mechanism works.
My reproduction below can be tested, or just test in Doc. The same results will be got.
Have you searched existing issues? 🔎
Reproduction
System Info
Severity
I can work around it
The text was updated successfully, but these errors were encountered: