From cc7f49a020aa2061aac07220d91b370b4909276d Mon Sep 17 00:00:00 2001 From: Michoko Date: Tue, 18 Oct 2022 14:11:01 +0200 Subject: [PATCH] Updated Command Line Arguments and Settings (markdown) --- Command-Line-Arguments-and-Settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Command-Line-Arguments-and-Settings.md b/Command-Line-Arguments-and-Settings.md index ee85903..aa883b8 100644 --- a/Command-Line-Arguments-and-Settings.md +++ b/Command-Line-Arguments-and-Settings.md @@ -72,6 +72,7 @@ Use `--port xxxx` to make the server listen on a specific port, xxxx being the w --always-batch-cond-uncond | None | False | disables cond/uncond batching that is enabled to save memory with --medvram or --lowvram | **FEATURES** | --autolaunch | None | False | open the webui URL in the system's default browser upon launch | +--theme | None | Unset | open the webui with the specified theme ("light" or "dark"). If not specified, uses the default browser theme | --use-textbox-seed | None | False | use textbox for seeds in UI (no up/down, but possible to input long seeds) | --disable-safe-unpickle | None | False | disable checking pytorch models for malicious code | --ngrok | NGROK | Unset | ngrok authtoken, alternative to gradio --share