Updated Setup (markdown)

AbdBarho
2022-12-04 10:59:14 +01:00
parent a350587eee
commit 384d0c9824

@@ -7,8 +7,9 @@ clone this repo and run:
docker compose --profile download up --build docker compose --profile download up --build
# wait until its done, then: # wait until its done, then:
docker compose --profile [ui] up --build 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/ 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): 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`: 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. - `auto-cpu`: for users without a GPU.
- `lstein`: One of the earliest forks, stunning UI [Repo by lstein](https://github.com/invoke-ai/InvokeAI) - `invoke`: One of the earliest forks, stunning UI [Repo by InvokeAI](https://github.com/invoke-ai/InvokeAI)
- `hlky`: Another great fork [Repo by hlky](https://github.com/Sygil-Dev/sygil-webui) - `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: After the download is done, you can run the UI using:
@@ -39,7 +41,7 @@ docker compose --profile [ui] up --build
# for example: # for example:
# docker compose --profile auto up --build # docker compose --profile auto up --build
# or # 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. Will start the app on http://localhost:7860/. Feel free to try out the different UIs.