SD doesn't see & use Intel GPU Arc A770 at all #14977
Replies: 1 comment
-
Upd.: I did cmd --> pip install --pre openvino Now it works |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Recently I bought Intel Arc A770 solely to run SD. I installed OpenVINO version of SD, 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.
I don't have Resizable BAR enabled but I doubt that it's the problem.
Can't find any solution to this problem for hours now.
Steps to reproduce the problem:
venv "C:\stable-diffusion-webui\venv\Scripts\Python.exe"
fatal: No names found, cannot describe anything.
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: 1.6.0
Commit hash: 4400629
Launching Web UI with arguments: --skip-torch-cuda-test --precision full --no-half
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.
Warning: caught exception 'Torch not compiled with CUDA enabled', memory monitor disabled
Loading weights [41b6846108] from C:\stable-diffusion-webui\models\Stable-diffusion\cyberrealistic_v41BackToBasics.safetensors
Running on local URL: http://127.0.0.1:7860
To create a public link, set
share=True
inlaunch()
.Creating model from config: C:\stable-diffusion-webui\configs\v1-inference.yaml
Startup time: 14.6s (prepare environment: 0.4s, import torch: 6.3s, import gradio: 1.5s, setup paths: 1.4s, initialize shared: 0.2s, other imports: 0.8s, setup codeformer: 0.2s, load scripts: 2.4s, create ui: 0.7s, gradio launch: 0.7s).
Applying attention optimization: InvokeAI... done.
Model loaded in 3.6s (load weights from disk: 1.0s, create model: 0.6s, apply weights to model: 1.2s, apply float(): 0.5s, calculate empty prompt: 0.3s).
4x-UltraSharp
8%|██████▏ | 3/40 [03:12<39:30, 64.06s/it]
Total progress: 6%|████
sysinfo-2024-02-20-19-14.txt
Beta Was this translation helpful? Give feedback.
All reactions