From 3ab44538bc48db7a858aa23799d6ef1f1d846ae7 Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Wed, 31 May 2023 22:24:46 +0900 Subject: [PATCH] Updated Command Line Arguments and Settings (markdown) --- Command-Line-Arguments-and-Settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command-Line-Arguments-and-Settings.md b/Command-Line-Arguments-and-Settings.md index 1dd3560..938b873 100644 --- a/Command-Line-Arguments-and-Settings.md +++ b/Command-Line-Arguments-and-Settings.md @@ -128,7 +128,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-check | None | None | On startup, notifies whether or not your webui version (commit) is up-to-date with che current master brach. +--update-check | None | None | On startup, notifies whether or not your webui version (commit) is up-to-date with check current master brach. --update-all-extensions | None | None | On startup, it pulls the latest updates for all extensions you have installed. --reinstall-xformers | None | False | force reinstall xformers. Useful for upgrading - but remove it after upgrading or you'll reinstall xformers perpetually. | --reinstall-torch | None | False | force reinstall torch. Useful for upgrading - but remove it after upgrading or you'll reinstall torch perpetually. |