From 27b7fdbaaa098bc26048e0314d8f2251d7771301 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Tue, 22 Nov 2022 16:58:14 +0000 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 ceb7b53..2d7ec27 100644 --- a/Command-Line-Arguments-and-Settings.md +++ b/Command-Line-Arguments-and-Settings.md @@ -59,7 +59,7 @@ Use `--port xxxx` to make the server listen on a specific port, xxxx being the w --enable-console-prompts | None | False | print prompts to console when generating with txt2img and img2img | --api | None | False | launch webui with API | --nowebui | None | False | only launch the API, without the UI | ---ui-debug-mode | None | Fales | Don't load model to quickly launch UI | +--ui-debug-mode | None | False | Don't load model to quickly launch UI | --device-id | DEVICE_ID | None | Select the default CUDA device to use (export CUDA_VISIBLE_DEVICES=0,1,etc might be needed before) | --administrator | None | False | Administrator rights | | **PERFORMANCE** |