aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cmd_args.py
AgeCommit message (Collapse)AuthorLines
2023-07-13Merge branch 'dev' into masterAUTOMATIC1111-0/+1
2023-07-11add cmd_args: --timeout-keep-aliveTangJicheng-0/+1
2023-06-29rename --add-stop-route to --api-server-stopw-e-w-1/+1
2023-06-18update the description of --add-stop-routw-e-w-1/+1
2023-06-01revert default cross attention optimization to DoggettxAUTOMATIC-1/+1
make --disable-opt-split-attention command line option work again
2023-05-30Fix typo in `--update-check` help messageWill Frey-1/+1
Change `chck` to `check`
2023-05-20Merge branch 'ui-selection-for-cross-attention-optimization' into devAUTOMATIC-7/+7
2023-05-19Overhaul tests to use py.testAarni Koskela-2/+2
2023-05-18make it possible for scripts to add cross attention optimizationsAUTOMATIC-7/+7
add UI selection for cross attention optimization
2023-05-18add --gradio-allowed-path commandline optionAUTOMATIC-0/+1
2023-05-18keep old option for ngrokAUTOMATIC-0/+1
2023-05-18Merge branch 'dev' into ngrok-pyAUTOMATIC1111-2/+3
2023-05-17Add option for /_stop route (for graceful shutdown)Aarni Koskela-0/+1
2023-05-16Use ngrok-py librarybobzilladev-1/+2
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela-1/+1
2023-05-10F401 fixes for ruffAUTOMATIC-1/+1
2023-05-01Merge branch 'experimental' into subpath-supportcatalpaaa-0/+1
2023-04-27Improve param semantics,Garrett Sutula-1/+1
2023-04-27Add tls_verify arg for use with self-signed certsGarrett Sutula-0/+1
2023-04-25add subpath supportcatalpaaa-0/+1
2023-03-27remove -y, bring back -fAUTOMATIC-1/+1
2023-03-27bring back -yAUTOMATIC-0/+1
2023-03-25split commandline args into its own fileAUTOMATIC-661/+12
make launch.py use the same command line argument parser as the main program
2023-03-25Split history: mv modules/shared.py modules/cmd_args.pyAndrey-0/+751