add stability-matrix wiki note

Signed-off-by: Vladimir Mandic <mandic00@live.com>
master
Vladimir Mandic 2025-10-01 11:40:56 -04:00
parent 77e5745f7a
commit ba894801a4
1 changed files with 34 additions and 0 deletions

34
Stability-Matrix.md Normal file

@ -0,0 +1,34 @@
# SD.Next via Stability Matrix
[Stability Matrix](https://github.com/LykosAI/StabilityMatrix) is a Multi-Platform Package Manager and Inference UI for Stable Diffusion
Installing and using **SD.Next** via Stability Matrix is *supported*
## Installation
Stability Matrix installs basic requirements *before* starting **SD.Next** for the first time
Typically **SD.Next** has its own installation process, but when using Stability Matrix, this is skipped as it detects already installed requirements
> [!WARNING]
> This can result in incorrect dependencies, specifically incorrect version of `torch` so SD.Next is not able to use GPU acceleration
> To fix this, you need to re-run **SD.Next** installation process manually after Stability Matrix has installed everything
### Windows
> webui.bat --use-cuda --reinstall # for nVidia CUDA
> webui.bat --use-rocm --reinstall # for AMD ROCm
> webui.bat --use-xpu --reinstall # for Intel XPU
### Linux
> ./webui.sh --use-cuda --reinstall # for nVidia CUDA
> ./webui.sh --use-rocm --reinstall # for AMD ROCm
> ./webui.sh --use-xpu --reinstall # for Intel XPU
## User Interface
Stability Matrix provides its own user interface that is different from the default **SD.Next ModernUI**
> [!NOTE]
> StabilityMatrix supports all basic features of **SD.Next**
> But advanced features that are **SD.Next** exclusive may not be supported