AUTOMATIC1111/stable-diffusion-webui
Features
Cross-cutting capabilities surfaced as user features. Where the systems/ section walks the architecture by code area, this section walks it by what the user sees.
| Feature | Page |
|---|---|
| Text-to-image generation | txt2img.md |
| Image-to-image, inpainting, outpainting | img2img.md |
| Hires fix and upscaling workflow | hires-fix.md |
| Training textual inversion / hypernetworks | training.md |
| Built-in scripts (X/Y/Z plot, prompt matrix, etc.) | built-in-scripts.md |
| Localization | localization.md |
These pages are deliberately user-facing in framing, but each ends with code references and pointers into the relevant systems/ page.
The two large categories that belong here but live entirely in the systems/ section because they're indistinguishable from their implementation are:
- The API surface — see api/index.md.
- Extra networks (Lora etc.) — see systems/extra-networks.md.
Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.
Previous
Postprocessing
Next
Text-to-image (txt2img)