From 3c5ac76d46c127123e03bee14e8aabaf79e1aad5 Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Sun, 28 Apr 2024 02:34:42 +0900 Subject: [PATCH] Update Command-Line-Arguments-and-Settings.md --- 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 cbe2158..f255cd7 100644 --- a/Command-Line-Arguments-and-Settings.md +++ b/Command-Line-Arguments-and-Settings.md @@ -174,7 +174,7 @@ https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/10516 --disable-extra-extensions | None | False | disable all extensions from running | --skip-load-model-at-start | None | False | if load a model at web start, only take effect when --nowebui | --unix-filenames-sanitization | None | False | allow any symbols except '/' in filenames. May conflict with your browser and file system | ---filenames-max-length | int | 128 | maximal length of filenames of saved images. If you override it, it can conflict with your file system | +--filenames-max-length | int | 128 | maximal length of filenames of saved images, longer filenames will be truncated. if overridden it can potentially cause issues with the file system | --no-prompt-history | None | False | disable read prompt from last generation feature; disables `--data-path/params.txt` | | **DEFUNCT OPTIONS** | --show-negative-prompt | None | False | No longer has an effect. |