-
Notifications
You must be signed in to change notification settings - Fork 93
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
Image resize issue #84
Comments
same issue |
Could you maybe open a PR to fix it? More than happy to review & merge |
@patrickvonplaten Do we want to "fix" this ? I was checking the issue: While it works to generate images with different size. I guess it is not optimal in this case the better solution is to resize the image to 512 (64*8) for instance. We could:
What do you wish to go for ? |
I'm actually happy to accept custom resolution. Diffusers unets can work with any multiple of 8 |
Hey Ok I tested a bit (allowing a I would then suggest to fix it like this: cf MR @patrickvonplaten tell me if this sounds ok for you. I see there were no unit tests on the project. Do you think it is worth adding one for this ? |
Hello @patrickvonplaten Do you have an issue with the above-mentioned suggestion ? Tell us if you see anything you would like to add. Regards |
Hi,
I have an issue with my output image which does not have the same dimensions as the input one.
Original image: 640x480
Output image: 576x512
Do you know why ?
here the sample :
Thank you!
The text was updated successfully, but these errors were encountered: