-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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]: Linux: SDXL-based models fail to load, PyTorch error #15566
Comments
hint
|
Hi, thanks for your input. I ran the script with --reinstall-torch and am now on Torch 2.2.2+rocm5.7. Loading the SDXL model works but every time I generate an image, I get the following error:
I'm not sure if it's related to the original problem or not. |
that is not an error message a what vae are you using sdxl-vae-fp16-fix I never tried fp8 my self so I can't be sure, |
Toggling the fp8 option seems to have fixed it. |
Doesn't SDXL require Python 3.10 and not anything newer? |
3.10 is what we test webui on but if you're using a new version you might run into issues like if you're packing version is too new and the package hasn't been updated for that version yet |
Checklist
What happened?
Whenever I select an SDXL model from the dropdown list at the top of the page, including the SDXL base model, it fails to load. The terminal output shows the following error:
AttributeError: module 'torch' has no attribute 'float8_e4m3fn'
.Steps to reproduce the problem
What should have happened?
The model should load.
What browsers do you use to access the UI ?
Mozilla Firefox
Sysinfo
sysinfo-2024-04-18-15-34.json
Console logs
Additional information
SD1.5 models work. Tested on fully up-to-date EndeavourOS.
The text was updated successfully, but these errors were encountered: