diff --git a/Stability-Matrix.md b/Stability-Matrix.md new file mode 100644 index 0000000..cd8feed --- /dev/null +++ b/Stability-Matrix.md @@ -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