diff --git a/Setup.md b/Setup.md index 1866d2e..70b023a 100644 --- a/Setup.md +++ b/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: invoke | auto | auto-cpu | sygil | sygil-sl +# where [ui] is one of: invoke | auto | auto-cpu | comfy | comfy-cpu | sygil | sygil-sl ``` if you don't know which ui to choose, `invoke` or `auto` are a good start. @@ -34,6 +34,7 @@ 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) - `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)