Updated Setup (markdown)

AbdBarho
2022-09-13 21:51:02 +02:00
parent 7bb1b4f77c
commit 637f6d49f8

@@ -20,10 +20,10 @@ docker compose --profile download up --build
This will download all of the required models / files, and validate their integrity. You only have to download the data once (regardless of the UI). There are roughly 8GB of data to be downloaded.
Next, choose which UI you want to run (you can easily change later):
- `hlky`: The most popular fork, [Repo](https://github.com/sd-webui/stable-diffusion-webui)
- `auto`: Another great fork, many features with neat UI, [Repo](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
- `hlky`: The most popular fork, [Repo by hlky](https://github.com/sd-webui/stable-diffusion-webui)
- `auto`: Another great fork, many features with neat UI, [Repo by AUTOMATIC1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
- `auto-cpu`: for users without a GPU.
- `lstein`: One of the earliest forks, the UI is simple but has a lot of potential, [Repo](https://github.com/lstein/stable-diffusion)
- `lstein`: One of the earliest forks, the UI is simple but has a lot of potential, [Repo by lstein](https://github.com/lstein/stable-diffusion)
After the download is done, you can run the UI using:
```bash