From cc2cba5329ae952a37d14a3b110d2ee40922ecb0 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sat, 6 May 2023 09:53:39 +0200 Subject: [PATCH] Updated Setup (markdown) --- Setup.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Setup.md b/Setup.md index 70b023a..cd06b52 100644 --- a/Setup.md +++ b/Setup.md @@ -7,7 +7,7 @@ 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: invoke | auto | auto-cpu | comfy | comfy-cpu | sygil | sygil-sl +# where [ui] is one of: invoke | auto | auto-cpu | comfy | comfy-cpu ``` if you don't know which ui to choose, `invoke` or `auto` are a good start. @@ -35,8 +35,6 @@ 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. - `comfy`: A graph based workflow UI, very powerful, [Repo by comfyanonymous](https://github.com/comfyanonymous/ComfyUI) -- `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: