From 91676e21756a90302cb32f80ef3ebed494816ec5 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Wed, 12 Oct 2022 17:07:08 +0200 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 9a9fb5a..049a320 100644 --- a/Usage.md +++ b/Usage.md @@ -2,7 +2,7 @@ Assuming you [setup everything correctly](https://github.com/AbdBarho/stable-dif ```bash docker compose --profile [ui] up --build ``` -where `[ui]` is one of `hlky`, `auto`, `auto-cpu`. +where `[ui]` is one of `hlky`, `auto`, `auto-cpu`, or `lstein`. (Optional) If you want to customize the behaviour of the uis, you can create a `docker-compose.override.yml` and override the `CLI_ARGS` variable or whatever you want from the [main `docker-compose.yml` file](https://github.com/AbdBarho/stable-diffusion-webui-docker/blob/master/docker-compose.yml). Example: