From 95839dedb522c4c6b543021be425d6ea65d8b57d Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Tue, 13 Sep 2022 21:24:54 +0200 Subject: [PATCH] Updated Setup (markdown) --- Setup.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Setup.md b/Setup.md index f06b31b..c276b88 100644 --- a/Setup.md +++ b/Setup.md @@ -1,5 +1,15 @@ # Make sure you have the latest version of docker installed +TLDR: + +```bash +docker compose --profile download up --build +# wait until its done, then: +docker compose --profile [ui] up --build +# where [ui] is one of: auto | auto-cpu | hlky | lstein +``` +More details: + ## Automatic setup Download this repo and run: @@ -7,7 +17,7 @@ Download this repo and run: ``` 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). +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)