--disable-image-log

This commit is contained in:
lllyasviel
2023-11-15 13:23:27 -08:00
parent 943098f8da
commit 3b97e49dd8
5 changed files with 13 additions and 2 deletions
+2
View File
@@ -16,6 +16,8 @@ fcbh_cli.parser.add_argument("--enable-smart-memory", action="store_true",
"Some Mac users may need this.")
fcbh_cli.parser.add_argument("--theme", type=str, help="launches the UI with light or dark theme", default=None)
fcbh_cli.parser.add_argument("--disable-image-log", action='store_true',
help="Prevent writing images and logs to hard drive.")
fcbh_cli.parser.set_defaults(
disable_cuda_malloc=True,