From 7677274396c0807f6d9fa247c5ba13624c444fd7 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Fri, 30 Sep 2022 09:38:47 +0200 Subject: [PATCH] Updated Setup (markdown) --- Setup.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Setup.md b/Setup.md index 97d3d2c..de7843b 100644 --- a/Setup.md +++ b/Setup.md @@ -6,8 +6,12 @@ TLDR: 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 | hlky ``` + + Then access from http://localhost:7860/ Unfortunately, AMD GPUs [#63](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/63) and Mac [#35](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/35) are not supported, contributions to add support are very welcome!!!!!!!!!! @@ -30,7 +34,9 @@ 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-cpu`: for users without a GPU. + After the download is done, you can run the UI using: ```bash