Skip to content

SD.Next via Stability Matrix

Stability Matrix 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-ipex --reinstall # for Intel XPU

Linux

./webui.sh --use-cuda --reinstall # for nVidia CUDA
./webui.sh --use-rocm --reinstall # for AMD ROCm
./webui.sh --use-ipex --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
Advanced features that are SD.Next exclusive may not be supported as they are not exposed in Stability Matrix UI