From 384d0c98243f4e0ea42e804f0911fda57fdfb167 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sun, 4 Dec 2022 10:59:14 +0100 Subject: [PATCH] Updated Setup (markdown) --- Setup.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Setup.md b/Setup.md index 1195ad2..7d35bb0 100644 --- a/Setup.md +++ b/Setup.md @@ -7,8 +7,9 @@ clone this repo and run: 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 +# where [ui] is one of: auto | auto-cpu | invoke | sygil | sygil-sl ``` +if you don't know which ui to choose, `invoke` or `auto` are a good start. Then access from http://localhost:7860/ @@ -29,8 +30,9 @@ This will download all of the required models / files, and validate their integr Next, choose which UI you want to run (you can easily change later): - `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, 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) +- `invoke`: One of the earliest forks, stunning UI [Repo by InvokeAI](https://github.com/invoke-ai/InvokeAI) +- `sygil`: Another great fork [Repo by Sygil-Dev](https://github.com/Sygil-Dev/sygil-webui) +- `sygil-sl`: A second version of the above using streamlit (still in development, has bugs) After the download is done, you can run the UI using: @@ -39,7 +41,7 @@ docker compose --profile [ui] up --build # for example: # docker compose --profile auto up --build # or -# docker compose --profile lstein up --build +# docker compose --profile invoke up --build ``` Will start the app on http://localhost:7860/. Feel free to try out the different UIs.