StabilityMatrix icon indicating copy to clipboard operation
StabilityMatrix copied to clipboard

v2.14.3 Update does not detect AMDGPU device under Linux

Open mitro4 opened this issue 6 months ago • 8 comments

What happened?

If download v2.14.3 zip for Linux, and run Appimage, then StabilityMatrix does not detect AMDGPU Device. Opening Window looks like :

Image

And System Information :

Image

In console logs is error of detection via lspci command :

04:29:49.920 ERROR HardwareHelper: Failed to get GPU info using nvidia-smi, falling back to registry 
System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'nvidia-smi' with working directory '/home/mitro/AppImages'. No such file or directory
   at System.Diagnostics.Process.ForkAndExecProcess(ProcessStartInfo startInfo, String resolvedFilename, String[] argv, String[] envp, String cwd, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec)
   at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at StabilityMatrix.Core.Helper.HardwareInfo.HardwareHelper.IterGpuInfoNvidiaSmi()
   at StabilityMatrix.Core.Helper.HardwareInfo.HardwareHelper.IterGpuInfo(Boolean forceRefresh)
bash: -c: line 1: syntax error near unexpected token `('
bash: -c: line 1: `lspci | grep -E (VGA|3D)'

maybe error leads for incorrect symbol '

Steps to reproduce

  1. Install amdgpu driver and rocm from guide at official AMD website
  2. Download StabilityMatrix v2.14.3 for linux zip
  3. Start Appimage

Relevant logs


Version

v2.14.3

What Operating System are you using?

Linux

mitro4 avatar Jul 15 '25 21:07 mitro4

  • with version 2.14.2 all works correctly without any changes in system OS : Linux Mint 22.1

mitro4 avatar Jul 15 '25 21:07 mitro4

Thanks, Mate! I couldn't figure out why it doesn't see my GPU. Downgrade helped.

OS: Linux Manjaro 25.0.5 (up to date) 2.14.3 - no GPU 2.14.2 - GPU found no issue

cprn avatar Jul 18 '25 10:07 cprn

Getting this issue on CachyOS, downgrading worked.

nijahplays avatar Jul 24 '25 15:07 nijahplays

im having the same issue on fedora linux. tried to update and all of a sudden it cant find my radeon, and whats worse is that i updates some packages and it broke them all by installing cuda instead of my ROCM. downgraded back to v2.14.2 and its detecting again

XDM-Inc avatar Aug 13 '25 01:08 XDM-Inc

Same issue here, on linux (Manjaro), AMD gpu not detected (AMD Radeon RX 6800 XT). Downgrading changed nothing (it's now asking me for CUDA packages at ComfyUI's launch, eventhough my AMD card is detected and I made sure the Rocm version of ComfyUI was installed), but then, I am using packages from AUR. Is there a plan to release an official, maintained, universal flatpak of Stabilitymatrix or something like that ?

jeanswag2000-droid avatar Aug 25 '25 16:08 jeanswag2000-droid

Same issue here, on linux (Manjaro), AMD gpu not detected (AMD Radeon RX 6800 XT). Downgrading changed nothing (it's now asking me for CUDA packages at ComfyUI's launch, eventhough my AMD card is detected and I made sure the Rocm version of ComfyUI was installed), but then, I am using packages from AUR. Is there a plan to release an official, maintained, universal flatpak of Stabilitymatrix or something like that ?

You now have to uninstall and reinstall the packages too AFTER you downgrade and it will be good.

XDM-Inc avatar Aug 25 '25 17:08 XDM-Inc

You now have to uninstall and reinstall the packages too AFTER you downgrade and it will be good.

Hello ! It is the first thing I did (every time, purging everything : packages, models, making sure that I installed the Rocm version of comfyUI, etc), but that didn't work, unfortunately.

jeanswag2000-droid avatar Aug 26 '25 21:08 jeanswag2000-droid

This issue is stale because it has been open 60 days with no activity. Remove the stale label or comment, else this will be closed in 7 days.

github-actions[bot] avatar Oct 26 '25 02:10 github-actions[bot]