How do I install stable swarmUI to linux?Alternate Manual... | How do I install stable swarmUI to linux?Alternate Manual...
How do I install stable swarmUI to linux?
Alternate Manual Linux Install
Install git, python3 via your OS package manager if they are not already installed (make sure to include pip and venv on distros that do not include them in python directly)
For example, on recent Ubuntu versions, sudo apt install git python3-pip python3-venv
Install DotNET 8 using the instructions at https://dotnet.microsoft.com/en-us/download/dotnet/8.0 (you need dotnet-sdk-8.0, as that includes all relevant sub-packages)
Some users have said that certain Linux distros expect aspnet-runtime to be installed separately
Open a shell terminal and cd to a directory you want to install into
Run shell commands:
git clone https://github.com/Stability-AI/StableSwarmUI
cd StableSwarmUI
./launch-linux.sh
open http://localhost:7801/Install (if it doesn't launch itself)
Follow the install instructions on-page.
(TODO): Maybe outlink a dedicated document with per-distro details and whatever. Maybe also make a one-click installer for Linux? Download .NET 8.0 (Linux, macOS, and Windows)