This commit is contained in:
lllyasviel
2023-11-15 08:22:24 -08:00
parent 608fe3962c
commit ab528b78cf
5 changed files with 18 additions and 1 deletions
+2
View File
@@ -15,6 +15,8 @@ fcbh_cli.parser.add_argument("--enable-smart-memory", action="store_true",
help="Force loading models to vram when the unload can be avoided. "
"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.set_defaults(
disable_cuda_malloc=True,
auto_launch=True,