Remove invoke

AbdBarho
2024-06-23 11:08:24 +02:00
parent 50775a1608
commit ffe6d0f95b

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