Restructure home further

This commit is contained in:
catboxanon 2023-09-09 23:20:26 -04:00 committed by netherquark
parent 766ca49340
commit da31642fd6
1 changed files with 10 additions and 7 deletions

17
Home.md
View File

@ -1,5 +1,6 @@
**Stable Diffusion web UI** is a browser interface for Stable Diffusion based on Gradio library.
### Setup
- [Install and run on NVidia GPUs](Install-and-Run-on-NVidia-GPUs)
- [Install and run on AMD GPUs](Install-and-Run-on-AMD-GPUs)
- [Install and run on Apple Silicon](Installation-on-Apple-Silicon)
@ -8,27 +9,29 @@
---
### Reproducing images / troubleshooting
- [Seed breaking changes](Seed-breaking-changes)
- [Still can't reproduce results? Try this first.](https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/13093)
- [General troubleshooting](Troubleshooting)
---
### Usage
- [Features](Features)
- [Command Line Arguments and Settings](Command-Line-Arguments-and-Settings)
- [Optimizations](Optimizations)
- [Custom Filename Name and Subdirectory](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Custom-Images-Filename-Name-and-Subdirectory)
- [Change model folder location e.g. external disk](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Change-model-folder-location)
- [Guides and Tutorials](Guides-and-Tutorials)
---
- [Guides and Tutorials](Guides-and-Tutorials)
- [Dependencies](Dependencies)
- [xFormers](Xformers)
### Developers
- [API](API)
- [Developing custom scripts](Developing-custom-scripts)
- [Developing extensions](Developing-extensions)
- [API](API)
- [Localization](Localization)
- [Troubleshooting](Troubleshooting)
- [Contributing](Contributing)
- [Tests](Tests)
- [Tests](Tests)
- [Dependencies](Dependencies)
- [xFormers](Xformers)