Updated Setup (markdown)
8
Setup.md
8
Setup.md
@@ -7,7 +7,7 @@ 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 | invoke | sygil | sygil-sl
|
||||
# where [ui] is one of: invoke | auto | auto-cpu | sygil | sygil-sl
|
||||
```
|
||||
if you don't know which ui to choose, `invoke` or `auto` are a good start.
|
||||
|
||||
@@ -28,9 +28,9 @@ 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):
|
||||
- `invoke`: One of the earliest forks, stunning UI [Repo by InvokeAI](https://github.com/invoke-ai/InvokeAI)
|
||||
- `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.
|
||||
- `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)
|
||||
|
||||
@@ -39,9 +39,9 @@ After the download is done, you can run the UI using:
|
||||
```bash
|
||||
docker compose --profile [ui] up --build
|
||||
# for example:
|
||||
# docker compose --profile auto up --build
|
||||
# or
|
||||
# docker compose --profile invoke up --build
|
||||
# or
|
||||
# docker compose --profile auto 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