Merge branch 'feature/persistent-hashing' into develop

This commit is contained in:
Manuel Schmid
2024-07-08 15:13:50 +02:00
4 changed files with 35 additions and 22 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ args_parser.parser.add_argument("--enable-auto-describe-image", action='store_tr
args_parser.parser.add_argument("--always-download-new-model", action='store_true',
help="Always download newer models", default=False)
args_parser.parser.add_argument("--rebuild-hash-cache", action='store_true',
help="Generates missing model and LoRA hashes.", default=False)
args_parser.parser.add_argument("--rebuild-hash-cache", help="Generates missing model and LoRA hashes.",
type=int, nargs="?", metavar="CPU_NUM_THREADS", const=-1)
args_parser.parser.set_defaults(
disable_cuda_malloc=True,