Merge remote-tracking branch 'upstream/main' into feature/add-metadata-to-files

This commit is contained in:
Manuel Schmid
2024-02-04 13:55:00 +01:00
58 changed files with 2034 additions and 268 deletions
+6
View File
@@ -23,6 +23,12 @@ args_parser.parser.add_argument("--disable-analytics", action='store_true',
args_parser.parser.add_argument("--disable-metadata", action='store_true',
help="Disables saving metadata to images.")
args_parser.parser.add_argument("--disable-preset-download", action='store_true',
help="Disables downloading models for presets", default=False)
args_parser.parser.add_argument("--always-download-new-model", action='store_true',
help="Always download newer models ", default=False)
args_parser.parser.set_defaults(
disable_cuda_malloc=True,
in_browser=True,