From cc66bab66660e1a8cf8c008718e38ec6b93e22d3 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Fri, 21 Apr 2023 21:53:24 +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 3e6b32f..b4817e9 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 `invoke`, `auto`, `auto-cpu`, `sygil`, or `sygil-sl`. +where `[ui]` is one of `invoke`, `auto`, `auto-cpu`, `comfy`, `comfy-cpu`, `sygil`, or `sygil-sl`. The `data` and `output` folders are always mounted into the container as `/data` and `/output`, use them so if you want to transfer anything from / to the container.