-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Support for Intel ARC GPUs #141
Comments
Unfortunately, my personal PC only has Intel integrated GPU and AMD GPU, which makes it impossible to use such a great application. |
Bumping this one. For example, there's: https://github.com/vladmandic/automatic I believe adding all thre would be an overkill, but can we at least expect to get DirectML/OpenVINO? Thank you for this great tool! It's by far the easiest and convenient one to use. |
@mindplay-dk @makisukurisu DirectML support has been added, please check if setting |
Reference to discussion #1754 (comment) |
@mashb1t, thanks for letting us know (sadly — I have seen your response today, so, sorry for the late reply). I've tried that option, but it didn't help in my particular case. But then — it's not the Fooocus-es problem, but of my machine. If you have a table of options compatibility, you can add a note that the With an error from pytorch (which has nothing to do with the code of Fooocus, I assume, and just reports a hardware incapability of my GPU):
Once again — thanks for your kind response, have a lovely day! |
@makisukurisu I successfully started it on Arc A770 on Windows 10. For Windows I recommend you to use these pip modules https://github.com/Nuullll/intel-extension-for-pytorch/releases/ or build it by yourself from https://github.com/intel/intel-extension-for-pytorch In short the installation should be something like this (Windows 10, python 3.10):
And it will run over IPEX, which should be faster than DirectML. for next run after installation you will need to use:
Also you can try to run your current installation on DirectML with extra args |
@cryscript would you like to create a PR with changes/addition of your steps to the readme? Much appreciated! |
@mashb1t I created a PR and tried to describe as clear and detailed as possible how to do everything. jfyi: torch and intel_extension_for_pytorch wheels from Nuullll/intel-extension-for-pytorch because they re-packaged:
Thank you! |
Any chance this will eventually have support for Intel ARC GPUs? The A770 is still the only affordable 16 GB GPU.
I'm sure AMD users are feeling a little left behind too.
The text was updated successfully, but these errors were encountered: