aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cmd_args.py
Commit message (Collapse)AuthorAgeFilesLines
* re-work multi --styles-filew-e-w2024-01-201-1/+1
| | | | | | | | | | | | | | | | --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
* restore lines lost from #13789 mergeAUTOMATIC11112024-01-011-3/+4
|
* Merge branch 'dev' into finer-settings-freezing-controlAUTOMATIC11112024-01-011-1/+2
|\
| * Disable ipex autocast due to its bad perfNuullll2023-12-021-0/+1
| |
| * correct a typogibiee2023-11-051-1/+1
| | | | | | modify "defaul" to "default"
* | Add new arguments to known command promptsNick Harrison2023-10-291-5/+6
|/
* add --skip-load-model-at-startLeon2023-09-141-0/+1
|
* Merge pull request #13119 from AUTOMATIC1111/enable_console_prompts-in-settingsAUTOMATIC11112023-09-091-1/+1
|\ | | | | enable console prompts in settings
| * deprecate --enable-console-promptsw-e-w2023-09-091-1/+1
| | | | | | | | use --enable-console-prompts as the default value for shared.opts.enable_console_prompts
* | update cmd arg descriptionw-e-w2023-09-021-2/+2
|/
* add --dump-sysinfo, a cmd arg to dump limited sysinfo file at startupAUTOMATIC11112023-08-301-0/+1
|
* add --medvram-sdxlAUTOMATIC11112023-08-221-0/+1
|
* ditch --always-batch-cond-uncond in favor of an UI settingAUTOMATIC11112023-08-211-1/+1
|
* auto add data-dir to gradio-allowed-pathw-e-w2023-08-161-1/+1
|
* add --loglevel commandline argument for loggingAUTOMATIC11112023-08-091-0/+1
| | | | remove the progressbar for extension installation in favor of logging output
* Merge pull request #12294 from AUTOMATIC1111/cmd_arg-disable-extensionsAUTOMATIC11112023-08-041-0/+2
|\ | | | | add cmd_arg --disable-extensions all extra
| * --disable-all-extensions --disable-extra-extensionsw-e-w2023-08-041-0/+2
| |
* | Use less RAM when creating modelsAUTOMATIC11112023-07-241-0/+1
|/
* add --log-startup option to print detailed startup progressAUTOMATIC11112023-07-221-0/+1
|
* fix the issue with /sdapi/v1/options failing (this time for sure!)AUTOMATIC11112023-07-181-0/+1
| | | | fix automated tests downloading CLIP model
* Merge branch 'dev' into masterAUTOMATIC11112023-07-131-0/+1
|\
| * rename --add-stop-route to --api-server-stopw-e-w2023-06-291-1/+1
| |
| * update the description of --add-stop-routw-e-w2023-06-181-1/+1
| |
* | add cmd_args: --timeout-keep-aliveTangJicheng2023-07-111-0/+1
|/
* revert default cross attention optimization to DoggettxAUTOMATIC2023-06-011-1/+1
| | | | make --disable-opt-split-attention command line option work again
* Fix typo in `--update-check` help messageWill Frey2023-05-311-1/+1
| | | Change `chck` to `check`
* Merge branch 'ui-selection-for-cross-attention-optimization' into devAUTOMATIC2023-05-201-7/+7
|\
| * make it possible for scripts to add cross attention optimizationsAUTOMATIC2023-05-181-7/+7
| | | | | | | | add UI selection for cross attention optimization
* | Overhaul tests to use py.testAarni Koskela2023-05-191-2/+2
|/
* add --gradio-allowed-path commandline optionAUTOMATIC2023-05-181-0/+1
|
* keep old option for ngrokAUTOMATIC2023-05-181-0/+1
|
* Merge branch 'dev' into ngrok-pyAUTOMATIC11112023-05-181-2/+3
|\
| * Add option for /_stop route (for graceful shutdown)Aarni Koskela2023-05-171-0/+1
| |
| * Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-111-1/+1
| |
| * F401 fixes for ruffAUTOMATIC2023-05-101-1/+1
| |
* | Use ngrok-py librarybobzilladev2023-05-161-1/+2
|/
* Merge branch 'experimental' into subpath-supportcatalpaaa2023-05-011-0/+1
|\
| * Improve param semantics,Garrett Sutula2023-04-281-1/+1
| |
| * Add tls_verify arg for use with self-signed certsGarrett Sutula2023-04-281-0/+1
| |
* | add subpath supportcatalpaaa2023-04-251-0/+1
|/
* remove -y, bring back -fAUTOMATIC2023-03-271-1/+1
|
* bring back -yAUTOMATIC2023-03-271-0/+1
|
* split commandline args into its own fileAUTOMATIC2023-03-251-661/+12
| | | | make launch.py use the same command line argument parser as the main program
* Split history: mv modules/shared.py modules/cmd_args.pyAndrey2023-03-251-0/+751