From 748eb75a76e0259a6ececc0a85c18ce6f76ac92b Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Tue, 18 Nov 2025 01:01:46 +0900 Subject: [PATCH] fix --disable-all-extensions --disable-extra-extensions swapped descriptions --- 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 5aa9ad4..4f89bff 100644 --- a/Command-Line-Arguments-and-Settings.md +++ b/Command-Line-Arguments-and-Settings.md @@ -171,8 +171,8 @@ https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/10516 --tests | TESTS | False | Run test to validate web UI functionality, see wiki topic for more details. | --no-tests | None | False | Do not run tests even if `--tests` option is specified. | --dump-sysinfo | None | False | launch.py argument: dump limited sysinfo file (without information about extensions, options) to disk and quit | ---disable-all-extensions | None | False | disable all non-built-in extensions from running | ---disable-extra-extensions | None | False | disable all extensions from running | +--disable-all-extensions | None | False | disable all extensions from running | +--disable-extra-extensions | None | False | disable all non-built-in 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, longer filenames will be truncated. if overridden it can potentially cause issues with the file system |