SwarmUI: Complete Guide to the Multi-GPU AI Image Interface (2026)

SwarmUI (formerly StableSwarmUI) is an open-source AI image and video generation interface by mcmonkey. It combines a friendly, Automatic1111-style “Generate” tab with the full power of ComfyUI underneath, and it can spread work across multiple GPUs or machines.

Swarmui Guide 2026

Why Use SwarmUI?

  • Simple Generate tab for beginners, full ComfyUI workflow tab for experts
  • Supports SD 1.5, SDXL, SD 3.5, FLUX and video models
  • Multi-GPU and multi-server backends: use several GPUs at once
  • Grid generator, presets and image history

Requirements

MinimumRecommended
GPUNVIDIA 6 GB (or AMD/Apple)NVIDIA RTX 16–24 GB+
OSWindows, Linux, macOSWindows 11 / Ubuntu 24.04
Other.NET 8 and Git (installed automatically on Windows)SSD for models

How to Install SwarmUI

Windows

  1. Download install-windows.bat from the SwarmUI GitHub page into an empty folder.
  2. Run it; it installs Git, .NET and SwarmUI.
  3. Follow the web installer: choose theme, backend (ComfyUI) and starter models.

Linux

sudo apt install -y git dotnet-sdk-8.0 python3-venv
git clone https://github.com/mcmonkeyprojects/SwarmUI
cd SwarmUI && ./launch-linux.sh

See the SwarmUI GitHub README for the latest install notes for your Linux distribution.

Using Multiple GPUs

In Server → Backends you can add one ComfyUI backend per GPU, or remote backends on other servers. SwarmUI then spreads generations across them, which is great on a multi-GPU server such as GPU Mart’s 2× RTX 4090 or 4× RTX A6000.

Run SwarmUI in the Cloud

No powerful GPU at home? You can run SwarmUI on a rented GPU server instead. Rent an RTX 4090 on RunPod ($0.34/hour) and install SwarmUI with the Linux script. For a fixed monthly price, GPU Mart (RTX A4000 VPS from $119/month, RTX 4090 $409/month) and HOSTKEY (RTX 4090 from €279/month) offer dedicated servers you can keep running 24/7.

FAQ

Is SwarmUI the same as StableSwarmUI?

Yes. StableSwarmUI was renamed SwarmUI and is now developed independently by mcmonkey.

Does SwarmUI need ComfyUI?

It installs and manages ComfyUI as its backend automatically.

Conclusion

SwarmUI gives you ComfyUI power with a friendly UI and multi-GPU support. It is a great choice for image generation on a powerful GPU server.