Updated Setup (markdown)
10
Setup.md
10
Setup.md
@@ -7,8 +7,9 @@ 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: 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/
|
||||
|
||||
@@ -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):
|
||||
- `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, 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)
|
||||
- `invoke`: One of the earliest forks, stunning UI [Repo by InvokeAI](https://github.com/invoke-ai/InvokeAI)
|
||||
- `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:
|
||||
@@ -39,7 +41,7 @@ docker compose --profile [ui] up --build
|
||||
# for example:
|
||||
# docker compose --profile auto up --build
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user