How do I install stable swarmUI to Mac or mini and pro?In... | How do I install stable swarmUI to Mac or mini and pro?In...
How do I install stable swarmUI to Mac or mini and pro?

Installing on Mac
Note: You can only run StableSwarmUI on Mac computers with M1 or M2 (Mx) Apple silicon processors.

Open Terminal.
Ensure your brew packages are updated with brew update.
Verify your brew installation with brew doctor. You should not see any error in the command output.
Install .NET for macOS: brew install dotnet.
If you don't have Python, install it: brew install [email protected] and brew install virtualenv
Change the directory (cd) to the folder where you want to install StableSwarmUI.
Clone the StableSwarmUI GitHub repository: git clone https://github.com/Stability-AI/StableSwarmUI.
cd StableSwarmUI and run the installation script: ./launch-macos.sh.
The installation starts now and downloads the Stable Diffusion models from the internet. Depending on your internet connection, this may take several minutes. Wait for your web browser to open the StableSwarmUI window.

During the StableSwarmUI installation, you are prompted for the type of backend you want to use. For Mac computers with M1 or M2, you can safely choose the ComfyUI backend and choose the Stable Diffusion XL Base and Refiner models in the Download Models screen. GitHub - Stability-AI/StableSwarmUI: StableSwarmUI, A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools…