LykosAI / StabilityMatrix

Multi-Platform Package Manager for Stable Diffusion
https://lykos.ai
GNU Affero General Public License v3.0
4.76k stars 305 forks source link

Detection based on files on system, rather than GPU installed. #23

Open brknsoul opened 1 year ago

brknsoul commented 1 year ago

It seems that StabilityMatrix detects the current GPU using files on the system, rather than looking at the GPU itself.

At first it detected an old nvidia 1080 Ti I had installed. I used DDU to remove that. Then it found an AMD RX 580 I had installed.

My actual card is an AMD 6600 XT.

ionite34 commented 1 year ago

Hm, strange. We currently use registry entries to detect all current GPUs, but I assume there is some upstream issue with windows not removing the key on hardware changes.

We'll probably try to change the GPU detection to framework detection (i.e. CUDA / directml support) though to be agnostic to the actual GPU

brknsoul commented 1 year ago

I cleaned the system using DDU and reinstalled the latest AMD driver, and it seems to detect it now.