Any way to run this on Intel Arc? #455
Replies: 11 comments 10 replies
-
It can run on IPEX. I haven't tested extensions but generating images is fine. |
Beta Was this translation helpful? Give feedback.
-
As i said, when i try to generate anything it says "TypeError: 'NoneType' object is not iterable" |
Beta Was this translation helpful? Give feedback.
-
Tried reinstalling twice. Second time on a fresh Windows User. Doesnt work. |
Beta Was this translation helpful? Give feedback.
-
mine works fine install through stability matrix. https://github.com/LykosAI/StabilityMatrix |
Beta Was this translation helpful? Give feedback.
-
After trying to use it on Windows with Intel Arc A750. I wonder what I'm doing wrong. |
Beta Was this translation helpful? Give feedback.
-
Delete venv folder in webui and run again, it should work, I think |
Beta Was this translation helpful? Give feedback.
-
So after changing it to Changing the sampler didnt change the outcome. Then I went on and changed the RNG source to CPU and voilà it works like a charm. 512x512 with Euler A getting 8.80it/s and 768x1024 at 4.40it/s with Euler A. Thanks all, appreciate the help. |
Beta Was this translation helpful? Give feedback.
-
One more hack to collection, this time related to the issue with GFPGAN/Codeformer not running on IPEX which affects ReActor. If you use it (or if you run face restoration with your generations), consider changing the device that is used to run those models to CPU using this approach. We probably could benefit from being able to select this device via settings or CMD flags. |
Beta Was this translation helpful? Give feedback.
-
I know I said it fixed the issue, but I still get the error now and then randomly while generating images, only fix is to restart the webui and hope it doesnt do it again. It's more common when using SDXL or SDXL sometimes doesnt work at all. Pretty random. But when it works its making wonders. |
Beta Was this translation helpful? Give feedback.
-
Sounds like the same issue I have. I just get "Error" but no further console log. Just have to restart SD. This only happens when I use any Face Restoration. It doesn't happen on SD.Next tho. Only on Forge and A1111. |
Beta Was this translation helpful? Give feedback.
-
Hi, I recently switched from an NVIDIA GPU to an Intel Arc B580 GPU, and now WebUI Forge is no longer working. The issue is related to the fact that Intel GPUs don't support CUDA. I’ve tried running WebUI Forge, but it fails to initialize. I’m looking for guidance on how to configure it to use the Intel Arc B580, as I understand CUDA-specific features need to be replaced with alternatives for Intel GPUs. What are the necessary steps to make WebUI Forge compatible with Intel Arc GPUs? Do I need to enable Intel-specific extensions (like Intel® Extension for PyTorch*) or modify any scripts/configuration files? Any help would be greatly appreciated! Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
Guess it doesn't support IPEX? Tried it and it gives TypeError: 'NoneType' object is not iterable Error
Beta Was this translation helpful? Give feedback.
All reactions