-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generation size is still slightly different from selection size #116
Comments
This result of mine was gotten with the Disable base/max size checked. Probably it's easier to get that weirdness to happen like that but I would imagine it's not impossible with the base/max size system either; I feel like it's happened even then. |
Looking at the numbers, it might be that your image dimensions have to be divisible by 8 and it rounded down to the nearest size it can generate. |
I think you are right. I looked at a whole bunch of resolutions it generates at, and they all came out divisible by 8. It seems we come back to this comment, then, since some striding is still needed apparently. #113 (comment) |
I wonder if there is somewhere inside the webUI code were the stride value is stored. |
Describe the bug
I think these two lines of log speak for themselves:
auto-sd-paint-ext:INFO: img size: 1374x1054 -> 1374x1054, aspect ratio: 1.30 -> 1.30, 0.00% change
auto-sd-paint-ext:INFO: img Size: 1368x1048, target: 1374x1054
That latter one is from after the generation. Note how the size has changed.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: