AUTOMATIC1111
TAS Score: S3/3 — D5/5 — A3 / T2
Brief Description
Web UI for Stable Diffusion image generation. The original and most widely used self-hosted image generation interface. Form-based UI with txt2img, img2img, inpainting, upscaling. Huge extension ecosystem.
Architectural Role
Applications layer: local image generation. Replaces Midjourney and DALL-E. Simpler interface than ComfyUI (forms vs nodes). Massive extension library for specialized workflows.
Technical Autonomy
- Works without internet (after model download)
- Stores data locally
- Does not require external accounts
- Allows data export — standard image files, standard model files
- AGPL-3.0, fully auditable
Philosophical Assessment (whose.world criteria)
| Criterion | Status | Comments |
|---|---|---|
| Pause | ✅ | Stop the server. Everything stays local. |
| Exit | ✅ | Standard safetensors models. Standard image files. |
| Recoverability | ✅ | Reinstall, reload models. |
| Visibility | ✅ | AGPL-3.0. Full source on GitHub. |
| External Dependencies | ✅ | None. Requires GPU for practical use. |
Configuration (Minimal)
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
cd stable-diffusion-webui
./webui.sh
# Open http://localhost:7860
Alternatives
| Alternative | Autonomy | Notes |
|---|---|---|
| ComfyUI | A3 / T2 | Node-based. More flexible, steeper learning curve. |
| Midjourney | A0 / T0 | Cloud-only. Discord-based. |
| DALL-E | A0 / T0 | Cloud-only. OpenAI API. |
Trajectory
Direction: stable
AGPL-3.0. Mature project. Development has slowed compared to ComfyUI, but stable and well-tested. Enormous extension ecosystem maintained by community.
Signal assessment:
| Signal | Status | Evidence |
|---|---|---|
| License | ✅ | AGPL-3.0. No changes. |
| Feature gating | ✅ | No paid tier. |
| Self-hosting | ✅ | One-click installer scripts. |
| Governance | ⚠️ | Single maintainer. Community extensions are separate projects. |
Signal key: ✅ opening · ➖ neutral · ⚠️ closing
Sources
- Repository: github.com/AUTOMATIC1111/stable-diffusion-webui