-
-
Notifications
You must be signed in to change notification settings - Fork 426
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
[Issue]: IPEX Cannot generate an image, only "txt2img starting" is shown #3355
Comments
First blush; use diffusers backend. |
What sampler did you use? If you changed back to Original backend for some reason, don't forget to clear the browser caches. Also do you have any particular reason to use FP32? |
Thanks for the help, all. I used the default sampler. I will clear cache and retry, however I also did a fresh install of Chrome and encountered the same error. Got it, will switch to Diffusers backend. I recall having trouble getting ControlNet working on it, but can look into it again. No particular reason for FP32. |
Thanks for letting me know, once I get things working with Diffusers backend, I will give it a try. |
I used the Diffusers backend, cleared cache, switched to FP16, but still encountering the same issues. One weird thing, when I click on System > Models and Networks, I see none at all. I haven't modified the folder structure, they are under Also, when I run it in safe mode and load a model, I see:
and it stays that way for more than 3 min |
There's a bug with the latest kernel in Ubuntu 24.04 for Intel graphics, I think this is the same problem I've had. It worked for me when I went back to linux image 6.8.0-36. |
what is the status of this issue? |
Still no luck. I tried kernel 6.8.0-38 and see the error:
I triaged this error to #3201 and updated my intel-compute-runtime but it still fails. I haven't gotten around to downgrading my kernel to 6.8.0-36 as per #3355 (comment) yet, but that's likely my next step. |
Use Linux Kernel 6.10. |
Using linux kernel 6.10.10-061010-generic but still no luck. intel-opencl-icd is at latest: 24.35.30872.22 I tried it with combinations of ipex and torch installations as well, but it errors:
|
I re-installed my intel basekit, purged venv, and SD.Next UI is able to run again, however when I attempt to generate an image, I get a
Any idea why this is happening? I tried a fresh install of SD.Next but still see the same issues |
Your drivers (Level Zero and Intel Compute Runtime) are probably too old for IPEX. IPEX is unable use the GPU. |
I just checked the versions, and they look to be the latest.
|
Issue Description
./webui.sh --use-ipex
aftergit pull
DEBUG sd launch Server: alive=True jobs=2 requests=102 uptime=53 memory=5.61/31.24 backend=Backend.ORIGINAL state=job='txt2img' 0/-1
WARNING Sampler: invalid
Version Platform Description
hash: a874b27
OS: Ubuntu 24.04 LTS
Browser: Firefox
GPU: Intel ARC A770 16 GB
Relevant log output
Backend
Original
UI
Standard
Branch
Master
Model
StableDiffusion 1.5
Acknowledgements
The text was updated successfully, but these errors were encountered: