Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-15 | Normalize cmd arg paths | catboxanon | |
In particular, this fixes an issue on Windows where some functions will misbehave if forward slashes are provided rather than double backslashes. | |||
2024-01-21 | re-work multi --styles-file | w-e-w | |
--styles-file change to append str --styles-file is [] then defaults to [styles.csv] --styles-file accepts paths or paths with wildcard "*" the first `--styles-file` entry is use as the default styles file path if filename a wildcard then the first matching file is used if no match is found, create a new "styles.csv" in the same dir as the first path when saving a new style it will be save in the default styles file when saving a existing style, it will be saved to file it belongs to order of the styles files in the styles dropdown can be controlled to a certain degree by the order of --styles-file | |||
2024-01-01 | restore lines lost from #13789 merge | AUTOMATIC1111 | |
2024-01-01 | Merge branch 'dev' into finer-settings-freezing-control | AUTOMATIC1111 | |
2023-12-02 | Disable ipex autocast due to its bad perf | Nuullll | |
2023-11-05 | correct a typo | gibiee | |
modify "defaul" to "default" | |||
2023-10-29 | Add new arguments to known command prompts | Nick Harrison | |
2023-09-14 | add --skip-load-model-at-start | Leon | |
2023-09-09 | Merge pull request #13119 from AUTOMATIC1111/enable_console_prompts-in-settings | AUTOMATIC1111 | |
enable console prompts in settings | |||
2023-09-09 | deprecate --enable-console-prompts | w-e-w | |
use --enable-console-prompts as the default value for shared.opts.enable_console_prompts | |||
2023-09-02 | update cmd arg description | w-e-w | |
2023-08-30 | add --dump-sysinfo, a cmd arg to dump limited sysinfo file at startup | AUTOMATIC1111 | |
2023-08-22 | add --medvram-sdxl | AUTOMATIC1111 | |
2023-08-21 | ditch --always-batch-cond-uncond in favor of an UI setting | AUTOMATIC1111 | |
2023-08-16 | auto add data-dir to gradio-allowed-path | w-e-w | |
2023-08-09 | add --loglevel commandline argument for logging | AUTOMATIC1111 | |
remove the progressbar for extension installation in favor of logging output | |||
2023-08-04 | Merge pull request #12294 from AUTOMATIC1111/cmd_arg-disable-extensions | AUTOMATIC1111 | |
add cmd_arg --disable-extensions all extra | |||
2023-08-04 | --disable-all-extensions --disable-extra-extensions | w-e-w | |
2023-07-24 | Use less RAM when creating models | AUTOMATIC1111 | |
2023-07-22 | add --log-startup option to print detailed startup progress | AUTOMATIC1111 | |
2023-07-18 | fix the issue with /sdapi/v1/options failing (this time for sure!) | AUTOMATIC1111 | |
fix automated tests downloading CLIP model | |||
2023-07-13 | Merge branch 'dev' into master | AUTOMATIC1111 | |
2023-07-11 | add cmd_args: --timeout-keep-alive | TangJicheng | |
2023-06-29 | rename --add-stop-route to --api-server-stop | w-e-w | |
2023-06-18 | update the description of --add-stop-rout | w-e-w | |
2023-06-01 | revert default cross attention optimization to Doggettx | AUTOMATIC | |
make --disable-opt-split-attention command line option work again | |||
2023-05-30 | Fix typo in `--update-check` help message | Will Frey | |
Change `chck` to `check` | |||
2023-05-20 | Merge branch 'ui-selection-for-cross-attention-optimization' into dev | AUTOMATIC | |
2023-05-19 | Overhaul tests to use py.test | Aarni Koskela | |
2023-05-18 | make it possible for scripts to add cross attention optimizations | AUTOMATIC | |
add UI selection for cross attention optimization | |||
2023-05-18 | add --gradio-allowed-path commandline option | AUTOMATIC | |
2023-05-18 | keep old option for ngrok | AUTOMATIC | |
2023-05-18 | Merge branch 'dev' into ngrok-py | AUTOMATIC1111 | |
2023-05-17 | Add option for /_stop route (for graceful shutdown) | Aarni Koskela | |
2023-05-16 | Use ngrok-py library | bobzilladev | |
2023-05-11 | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | |
2023-05-10 | F401 fixes for ruff | AUTOMATIC | |
2023-05-01 | Merge branch 'experimental' into subpath-support | catalpaaa | |
2023-04-27 | Improve param semantics, | Garrett Sutula | |
2023-04-27 | Add tls_verify arg for use with self-signed certs | Garrett Sutula | |
2023-04-25 | add subpath support | catalpaaa | |
2023-03-27 | remove -y, bring back -f | AUTOMATIC | |
2023-03-27 | bring back -y | AUTOMATIC | |
2023-03-25 | split commandline args into its own file | AUTOMATIC | |
make launch.py use the same command line argument parser as the main program | |||
2023-03-25 | Split history: mv modules/shared.py modules/cmd_args.py | Andrey | |