mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-26 10:59:58 +00:00
fix --disable-all-extensions --disable-extra-extensions swapped descriptions
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user