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 Stability Matrix skips this step if it detects already installed requirements.

Warning

This can result in incorrect dependencies, particularly an incorrect version of torch, so SD.Next cannot use GPU acceleration.

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, different from the default SD.Next ModernUI.

Note

Stability Matrix supports all basic features of SD.Next. Advanced features exclusive to SD.Next may not be exposed in the Stability Matrix UI.