From ffe6d0f95b2e969f1b0f6f88b2b592bab131a80a Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sun, 23 Jun 2024 11:08:24 +0200 Subject: [PATCH] Remove invoke --- Setup.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Setup.md b/Setup.md index cd06b52..303f80c 100644 --- a/Setup.md +++ b/Setup.md @@ -7,9 +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: 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/ @@ -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. 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. - `comfy`: A graph based workflow UI, very powerful, [Repo by comfyanonymous](https://github.com/comfyanonymous/ComfyUI)