-
Notifications
You must be signed in to change notification settings - Fork 27.1k
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]: SDXL checkpoint + heres fix + Tiled VAE = cause error #12611
Comments
Traceback indicates something going wrong with the built-in LoRA extension. Are you using any, and if so which one(s)? |
no I didn't use any lora i tested again with built-in lora disabled i got same error
|
Actually, the issue with that is that earlier commit didn't even support SDXL in hires fix I believe. So, that would basically mean this never worked. |
i encounter this issue too, only highres.fix, no lora
提示:Python 运行时抛出了一个异常。请检查疑难解答页面。 |
after 9d2299e I get the same error
but i found something increasing the tile size to prevent the encoder(Tiled VAE encoder) from working will not cause an error the decoder works, but no errors are thrown i think maybe it's a bug in the tiled vae and not a bug in the webui |
Do you mean you essentially disabled the tiled VAE extension? If that's the case it does seem like something on the extension side rather than the webui. |
I'm not sure if it will make a difference but you could try reverting #12630. If you get the same error after reverting that I think it's safe to say it's the extension causing this. |
I reverted to commit 3d81fd7 and tested it out I got the same error
Tiled VAE encoder = error extension is the cause of the error, maybe? but I don't know why SD1.5 doesn't have the error |
Yeah, seems like the extension then. I would open an issue upstream and see what happens. |
Is there an existing issue for this?
What happened?
use SDXL checkpoint image generation + hires fix + Tiled VAE = cause error
don't use hires fix, won't get an error
here`s console log
Steps to reproduce the problem
What should have happened?
It should work fine
Version or Commit where the problem happens
541ef92
What Python version are you running on ?
Python 3.11.x (above, no supported yet)
What platforms do you use to access the UI ?
Windows
What device are you running WebUI on?
Nvidia GPUs (RTX 20 above)
Cross attention optimization
Automatic
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
List of extensions
inactive except for Tiled VAE
Console logs
Additional information
SD 1.5 is work fine (hires fix + Tiled VAE)
The text was updated successfully, but these errors were encountered: