-
Notifications
You must be signed in to change notification settings - Fork 27k
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
[Bug]: HRfix tends to fail when used with inpainting models #6281
Labels
bug-report
Report of a bug, yet to be confirmed
Comments
zero01101
changed the title
[Bug]: New Latent upscalers fail against inpainting models
[Bug]: New Latent HRfix upscalers fail when using inpainting models
Jan 4, 2023
so hey, turns out non-square output aspect ratios fail against inpainting models too seems HRfix vs inpainting model can only really cope with 100% square integer-scaled outputs currently?
|
zero01101
changed the title
[Bug]: New Latent HRfix upscalers fail when using inpainting models
[Bug]: HRfix tends to fail when used with inpainting models
Jan 6, 2023
I have the same problem. Any fix? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
What happened?
when using an inpainting model with txt2img functions, the new HRfix "latent" and "latent (nearest)" upscalers crash with a runtimeerror
Steps to reproduce the problem
What should have happened?
probably shouldn't have crashed and instead resulted in an upscaled image; inpainting models can generate new images from nothing too y'know ;)
Commit where the problem happens
ef27a18
What platforms do you use to access UI ?
Windows, MacOS
What browsers do you use to access the UI ?
Mozilla Firefox, Google Chrome
Command Line Arguments
--ckpt-dir C:\stable diffusion models --gfpgan-model GFPGANv1.4.pth --listen --autolaunch --xformers --api --enable-insecure-extension-access --cors-allow-origins=http://127.0.0.1:3456,http://localhost:3456,https://zero01101.github.io,http://localhost:7860,http://192.168.120.20:3456
Additional information, context and logs
seems the final text of the error message (different tensor counts, though) was previously mentioned in #4446 but not regarding inpainting models, rather specifically mentioning non-square aspect ratios
The text was updated successfully, but these errors were encountered: