Closed AndrewRainfall closed 9 months ago
Hi, thank you for reporting the issue. If you run the inference for a second time, do you still see that it is not using GPU? Also, there should be folder in the webui working directory called "cache" which was generated after the first time it is executed. Could you delete this folder and try again?
If still it does not work on GPU, can you check if the generated "cache" folder has any ".xml" and ".bin" files in "cache/model"? Are you able to run the commend below with the xml file found in "cache/model":
benchmark_app -m
Upd.: I did cmd --> pip install --pre openvino After that I updated pip as it was adviced in cmd
Now it works
Upd.: but only with 1.5 models. SDXL still ignores GPU.
Is there an existing issue for this?
What happened?
Hi! Recently I bought Intel Arc A770 solely to run SD. I installed this OpenVINO version, but for some reason it doesn't see & doesn't use my GPU at all.
I have "Accelerate with OpenVINO" dropdown script & selected GPU in it. But I'm not sure what options should I choose.
During image generation my CPU load is about 70% while GPU is at 5%, so it's not CPU bottleneck. It's not GPU problem either cuz it works fine in games & other tasks. GPU drivers are up to date.
Can't find any solution to this problem for hours now.
Steps to reproduce the problem
1) Before buying new GPU I already had Stable Diffusion for AMD & Fooocus (they are still installed, but I haven't tested them with an Intel GPU yet). 2) Removed old AMD GPU, install new Intel GPU (Arc A770). Installed latest GPU drivers. 3) Installed OpenVINO Stable Diffusion. It didn't lauch because there were too many letters in the installation path, so I moved it to drive C and everything worked. 4) Made a mklink to another drive with models to save space on C drive (I did this before with AMD Stable Diffusion and everything was fine) 5) Fixed "Fatal: detected dubious ownership in repository" with this "takeown /F "DriveLetter:\Whatever\Folder\You\Cloned\It\To\stable-diffusion-webui" /R /D Y" 6) Launched OpenVINO Stable Diffusion and found that it was not using the GPU. 7) Started to search for a solution. Runned first-time-runner bat, but it didn't help. I didn't find anything usefull, so I wrote here.
What should have happened?
Fast image generation with GPU
Sysinfo
sysinfo-2024-02-20-19-14.txt
What browsers do you use to access the UI ?
Google Chrome
Console logs
Additional information
I don't have Resizable BAR enabled but I doubt that it's the problem.