Updated Setup (markdown)

AbdBarho
2023-05-06 09:53:39 +02:00
parent 29c60ae06b
commit cc2cba5329

@@ -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: invoke | auto | auto-cpu | comfy | comfy-cpu | sygil | sygil-sl
# where [ui] is one of: invoke | auto | auto-cpu | comfy | comfy-cpu
```
if you don't know which ui to choose, `invoke` or `auto` are a good start.
@@ -35,8 +35,6 @@ 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.
- `comfy`: A graph based workflow UI, very powerful, [Repo by comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
- `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: