diff --git a/Setup.md b/Setup.md index f25d038..c1e06e4 100644 --- a/Setup.md +++ b/Setup.md @@ -9,7 +9,7 @@ docker compose --profile download up --build ``` This will download all of the required models / files, and validate their integrity. -Next, choose which UI you want to run: +Next, choose which UI you want to run (you can easily change later): - `hlky`: The most popular fork, many features, with more on the way, [sd-webui/stable-diffusion-webui](https://github.com/sd-webui/stable-diffusion-webui) - `auto`: Another great fork, many features with neat UI, [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) - `auto-cpu`: for users without a GPU. @@ -24,10 +24,11 @@ docker compose --profile [ui] up --build # docker compose --profile hlky up --build ``` -Will start the app on http://localhost:7860/ +Will start the app on http://localhost:7860/. Feel free to try out the different UIs. -Note: the first start will take some time since other models will be downloaded, these will be cached in the `cache` folder, so next runs are faster. +Note: the first start will take some time since other models will be downloaded, these will be cached in the `cache` folder, so next runs are faster. First time setup might take between 15 minutes and 1 hour depending on your internet connection, other times are much faster, roughly 20 seconds. + If you face any problems, check the [FAQ page](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/FAQ), or [create a new issue](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues).