From 5f2e78114c80c29ed33ee1de07340fe3125badba Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Tue, 13 Sep 2022 09:23:40 +0200 Subject: [PATCH] Updated Setup (markdown) --- Setup.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Setup.md b/Setup.md index c1e06e4..f06b31b 100644 --- a/Setup.md +++ b/Setup.md @@ -7,13 +7,13 @@ Download this repo and run: ``` docker compose --profile download up --build ``` -This will download all of the required models / files, and validate their integrity. +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). Next, choose which UI you want to run (you can easily change later): -- `hlky`: The most popular fork, many features, with more on the way, [sd-webui/stable-diffusion-webui](https://github.com/sd-webui/stable-diffusion-webui) -- `auto`: Another great fork, many features with neat UI, [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) +- `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) - `auto-cpu`: for users without a GPU. -- `lstein`: One of the earliest forks, the UI is simple but has a lot of potential, [lstein/stable-diffusion](https://github.com/lstein/stable-diffusion) +- `lstein`: One of the earliest forks, the UI is simple but has a lot of potential, [Repo](https://github.com/lstein/stable-diffusion) After the download is done, you can run the UI using: ```bash