From 28133061108ae28564d8ff29d9e096fcfe2185e3 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Mon, 1 May 2023 14:25:13 -0400 Subject: [PATCH] Add --update-all-extensions --- 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 384cf3c..e0cd25d 100644 --- a/Command-Line-Arguments-and-Settings.md +++ b/Command-Line-Arguments-and-Settings.md @@ -122,6 +122,7 @@ Use `--port xxxx` to make the server listen on a specific port, xxxx being the w --disable-safe-unpickle | None | False | disable checking pytorch models for malicious code | --ngrok | NGROK | None | ngrok authtoken, alternative to gradio --share --ngrok-region | NGROK_REGION | us | The region in which ngrok should start. +--update-all-extensions | None | None | On startup, it pulls the latest updates for all extensions you have installed. | **DEFUNCT OPTIONS** | --show-negative-prompt | None | False | does not do anything | --deepdanbooru | None | False | does not do anything |