-
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
[Bug]: Cannot allocate 4GB block on ARC A770 #2531
Comments
@Krebzonide Intel ARC GPUs are not officially supported (yet). Please connect with #2120, maybe there is a step missing in the setup. |
I asked Intel about the issue and apparently they already have a fork that fixes this issue, and speeds up the generation by about 30%. https://github.com/qiacheng/Fooocus To help out future confused Arc users, here are the download commands specifically for Arc
That last command will start it for the first time. For future starts throw this command into a run.bat file in the Fooocus folder, then you can shortcut it to put the launcher anywhere.
|
That is rather curious - from what I could see, the issue about > 4 GB blocks allocation is still open on their repo. Can you please share any details on what exactly have they changed in this release, if you have those? In the meantime, I am going to test this out with my Forge installation to see if this has an effect. |
Hmm. I was just trying basics of PyTorch, and I got that 4GB error when I tried to create a large matrix. Of course, my GPU has 16GB VRAM, so it was weird. I think I am using their latest versions, "torch 2.3.1+cxx11.abi". Are Intel going to fix this in the future version, so I don't have to do anything but waiting, or do I have to manually set up something? |
Seems like the issue is open at intel/intel-extension-for-pytorch#325 |
Checklist
What happened?
When attempting to use a few different Fooocus tools, like 2x upscale or a SD 1.5 refiner, I get the error "RuntimeError: Current platform can NOT allocate memory block with size larger than 4GB!". I found someone else with the same issue using a different web ui here, and they seem to have fixed it, but I don't have the knowledge to implement this. lllyasviel/stable-diffusion-webui-forge#523
Steps to reproduce the problem
What should have happened?
It should complete the task rather than giving an error.
What browsers do you use to access Fooocus?
Google Chrome
Where are you running Fooocus?
Locally
What operating system are you using?
Windows 10
Console logs
Additional information
My GPU is an Arc A770
The text was updated successfully, but these errors were encountered: