vladmandic / automatic

SD.Next: Advanced Implementation of Stable Diffusion and other Diffusion-based generative image models

Home Page:https://github.com/vladmandic/automatic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Issue]: OpenVINO using CPU but no GPU

ManuVege opened this issue · comments

Issue Description

I am using a laptop with Intel HD Graphics 520 with 8GB of ram.
In the previous Automatic1111 OpenVINO works with GPU, but here it only uses the CPU.

I have already tried to configure it like this:
SYSTEM
Compute Settings
OpenVINO devices use: GPU
Apply Settings

But it doesn't use the GPU

Version Platform Description

Windows 11
Python 3.10.6
Intel HD Graphics 520 with 8GB of RAM
Stable Diffusion 1.5

Relevant log output

No response

Backend

Original

Branch

Master

Model

SD 1.5

Acknowledgements

  • I have read the above and searched for existing issues
  • I confirm that this is classified correctly and its not an extension issue

This has worked well for me:
Start webui.bat with these arguments: "--use-openvino --device-id 0"

where the device with id 0 is the HD520.