Stability-AI/StableSwarmUI

StableSwarmUI, A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools easily accessible, high performance, and extensibility.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 31 minutes ago
Added to GitGenius on December 16th, 2025
Created on May 12th, 2023
Open Issues & Pull Requests: 67 (+0)
Number of forks: 401
Total Stargazers: 4,947 (+0)
Total Subscribers: 70 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.1 hours
Mean response time: 26.9 days
90th percentile: 84.1 days
Tracked items: 161

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 80% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 60
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 580 days
Stale 30+ days: 60
Stale 90+ days: 59

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (47)
  • User Support (15)
  • bug (13)
  • question (4)
  • External Issue (1)
  • documentation (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

StableSwarmUI is a modular web-based user interface for Stable Diffusion image generation, written in C# and designed to make advanced tools accessible while maintaining high performance and extensibility. The project reached version 0.6.4.1 Beta status before undergoing a significant transition in June 2024, when Stability AI ceased maintenance and the original developer, mcmonkey4eva, transitioned the project to independent maintenance under mcmonkeyprojects/SwarmUI. This migration is reflected in the repository's current status, with migration guides provided for existing Windows, Linux, and Mac users.

The interface targets both beginner and advanced users with distinct workflows. Beginners benefit from the primary Generate tab, which provides an intuitive interface for image generation with powerful built-in features including an image editor, auto-workflow generation, and grid generation tools. Advanced users can access the Comfy Workflow tab for unrestricted raw graph manipulation, while still leveraging convenience features from the Generate tab. The platform emphasizes accessibility of powertools that would typically require technical expertise, positioning itself as an ideal UI for users across the skill spectrum.

Installation is supported across multiple platforms with automated setup scripts. Windows users can run install-windows.bat after installing Git and DotNET 8, while Linux users have install-linux.sh available. Mac installation requires M1 or M2 Apple silicon processors and uses launch-macos.sh. Docker deployment is also supported with GPU forwarding capabilities for Nvidia systems. The project can be tested without local installation through Google Colab notebooks and Runpod templates, though Colab usage carries restrictions for free accounts.

The project identifies several unimplemented feature targets including improved mobile browser support, a detailed current model display separate from the model selector, dynamic tab repositioning for layout customization, LLM-assisted prompting, and convenient direct distribution as an Electron application. The name "Swarm" originates from the original key function enabling multiple GPUs to generate images simultaneously for the same user, particularly for large grid generations. The overall vision positions StableSwarmUI as a comprehensive one-stop solution for all Stable Diffusion-related tasks, with technical motivations documented separately in the repository's documentation folder.