diff options
author | Jabasukuriputo Wang <wfjsw@users.noreply.github.com> | 2023-07-23 23:32:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-23 23:32:13 +0800 |
commit | f2a4073aead69575e2292d7dcf832de68825b0f3 (patch) | |
tree | 0db7c94b0a983efebea78955573067305c09db3c /modules/cmd_args.py | |
parent | 9421c11346784383c648bf105e2fda1815b16a4b (diff) | |
parent | ec83db897887b52fbf31b430cfc4386e3ad02424 (diff) |
Merge branch 'dev' into ext-inst-pbar
Diffstat (limited to 'modules/cmd_args.py')
-rw-r--r-- | modules/cmd_args.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/cmd_args.py b/modules/cmd_args.py index e401f641..dd5fadc4 100644 --- a/modules/cmd_args.py +++ b/modules/cmd_args.py @@ -13,6 +13,7 @@ parser.add_argument("--reinstall-xformers", action='store_true', help="launch.py parser.add_argument("--reinstall-torch", action='store_true', help="launch.py argument: install the appropriate version of torch even if you have some version already installed")
parser.add_argument("--update-check", action='store_true', help="launch.py argument: check for updates at startup")
parser.add_argument("--test-server", action='store_true', help="launch.py argument: configure server for testing")
+parser.add_argument("--log-startup", action='store_true', help="launch.py argument: print a detailed log of what's happening at startup")
parser.add_argument("--skip-prepare-environment", action='store_true', help="launch.py argument: skip all environment preparation")
parser.add_argument("--skip-install", action='store_true', help="launch.py argument: skip installation of packages")
parser.add_argument("--do-not-download-clip", action='store_true', help="do not download CLIP model even if it's not included in the checkpoint")
|