-
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]: Intel Arc 770 and SDXL checkpoint generates garbage above 832x832 on 1.7 Release #14338
Comments
I had this too and it got better by using -medvram --medvram-sdxl |
interesting, even for a 16 GB VRAM card? That is odd indeed, I'd thought it would have enough VRAM. Seems like it does'nt matter; with the SDXL flag nothing generates and a message appears in the console to press any key and it exits when you do. Using both --med* flags results in an error |
Invoke AI cross-attention optimization is likely CPU-bottlenecked. Try SDP instead. There's also a PR #14353 for sdp optimization, you may want to cherry-pick it to your local repo. |
Thanks, that worked. Is there a list of "forbidden" resolutions for the ARC? |
I tried SDP and Invoke at 1080x1080: SDP: ~1.9s/it - ~2.2 s/it (usually on higher end, so over 2.1 or so) The 3060 does 1080x1080 at 1.16it/sec, so now the ARC is only 2x as slow instead of 4x, so it's a start. Some Nans and errors -997 until restarting when switching from SDP to invoke. I still haven't popped it into the machine that has reBar, so I'll try that next, and maybe the repo fix too |
1.8 release produces garbage at 1000x1000 and up on Arc A770 16GB with updated drivers as of 2024-03-31. |
Checklist
What happened?
I did a fresh, clean, vanilla install of 1.7 Release and am using --use-ipex as the only flag in startup. The optimization parameters are set to "automatic" as well.
The images produced by the ARC770 at 832x832 using SAI's Base 1.0 SDXL model are "okay" although generating speed is 2.5sec/it (much slower than others are reporting)
Anything above that produces garbage:
When I use the SAI 2.1 768 checkpoint at 896x896, the image is losing coherency but it's not like above
Steps to reproduce the problem
start up auto1111 and use any resolution above 832x832 on the SDXL base model. view the results
What should have happened?
There should be a properly generated image as SDXL is 1024x1024
What browsers do you use to access the UI ?
Mozilla Firefox
Sysinfo
sysinfo-2023-12-16-20-48.json
Console logs
Additional information
Intel Driver version is from Nov 7, 2023
The text was updated successfully, but these errors were encountered: