fix --disable-all-extensions --disable-extra-extensions swapped descriptions

w-e-w
2025-11-18 01:01:46 +09:00
parent 18ab8f6040
commit 748eb75a76

@@ -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 |