Updated Setup (markdown)

AbdBarho
2022-11-30 19:58:52 +01:00
parent a3786a288f
commit d7ff98665a

@@ -2,6 +2,7 @@
TLDR:
clone this repo and run:
```bash
docker compose --profile download up --build
# wait until its done, then:
@@ -26,10 +27,10 @@ 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). There are roughly 12GB of data to be downloaded.
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`: 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, the UI is simple but has a lot of potential, [Repo by lstein](https://github.com/invoke-ai/InvokeAI)
- `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)
After the download is done, you can run the UI using:
@@ -38,7 +39,7 @@ docker compose --profile [ui] up --build
# for example:
# docker compose --profile auto up --build
# or
# docker compose --profile hlky up --build
# docker compose --profile lstein up --build
```
Will start the app on http://localhost:7860/. Feel free to try out the different UIs.