From d7ff98665ab27c13bac3dde1f9f5a64bed455edd Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Wed, 30 Nov 2022 19:58:52 +0100 Subject: [PATCH] Updated Setup (markdown) --- Setup.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Setup.md b/Setup.md index 187dc56..1195ad2 100644 --- a/Setup.md +++ b/Setup.md @@ -2,6 +2,7 @@ TLDR: +clone this repo and run: ```bash docker compose --profile download up --build # wait until its done, then: @@ -26,10 +27,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 12GB of data to be downloaded. Next, choose which UI you want to run (you can easily change later): -- `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`: The most popular 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 by lstein](https://github.com/invoke-ai/InvokeAI) +- `lstein`: One of the earliest forks, stunning UI [Repo by lstein](https://github.com/invoke-ai/InvokeAI) +- `hlky`: Another great fork [Repo by hlky](https://github.com/Sygil-Dev/sygil-webui) After the download is done, you can run the UI using: @@ -38,7 +39,7 @@ docker compose --profile [ui] up --build # for example: # docker compose --profile auto up --build # or -# docker compose --profile hlky up --build +# docker compose --profile lstein up --build ``` Will start the app on http://localhost:7860/. Feel free to try out the different UIs.