From 6bbdd35c1d27dc66b4dfba5a714d056bd8511186 Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Sat, 5 Nov 2022 02:51:20 +0800 Subject: [PATCH] clear description for --api and --nowebui --- Command-Line-Arguments-and-Settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Command-Line-Arguments-and-Settings.md b/Command-Line-Arguments-and-Settings.md index a132cd3..a9aca78 100644 --- a/Command-Line-Arguments-and-Settings.md +++ b/Command-Line-Arguments-and-Settings.md @@ -57,8 +57,8 @@ Use `--port xxxx` to make the server listen on a specific port, xxxx being the w --gradio-img2img-tool | {color-sketch,editor} | editor | gradio image uploader tool: can be either editor for ctopping, or color-sketch for drawing | --disable-console-progressbars | None | False | do not output progressbars to console | --enable-console-prompts | None | False | print prompts to console when generating with txt2img and img2img | ---api | None | False | use api=True to launch the api with the webui | ---nowebui | None | False | use api=True to launch the api instead of the webui | +--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 | --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 |