From f20d8533db79dd5782e685978fbd494693b706cf Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sun, 11 Sep 2022 18:59:27 +0200 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Usage.md b/Usage.md index 6c4240f..a41655f 100644 --- a/Usage.md +++ b/Usage.md @@ -1,3 +1,9 @@ +Assuming you [setup everything correctly](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup), you can run any UI (interchangeably, but not in parallel) using the command: +```bash +docker compose --profile [ui] up --build +``` +where `[ui]` is one of `hlky`, `auto`, `auto-cpu`, and `lstein`. + In the `docker-compose.yml` you can change the `CLI_ARGS` variable for all of the available UIs. ## `hlky` @@ -11,3 +17,6 @@ By default: `--medvram --opt-split-attention` are given, which allow you to use ## `auto-cpu` CPU instance of the above, requires `--no-half --precision full` for it to run. + +## `lstein` +No config at this time!