You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"", "--control-net-dir", "path to controlnet models directory", ¶ms.controlnet_dir},
526
528
{"", "--photo-maker-dir", "path to PHOTOMAKER models directory", ¶ms.photomaker_dir},
527
529
{"", "--upscaler-dir", "path to upscaler models directory", ¶ms.upscaler_dir},
528
-
{"", "--host", "host to listen on (default: 0.0.0.0)", ¶ms.host}};
530
+
{"", "--host", "host to listen on (default: 0.0.0.0)", ¶ms.host},
531
+
{"", "--custom-frontend-path", "path to custom frontend directory", ¶ms.custom_frontend_path},
532
+
};
529
533
530
534
options.int_options = {
531
535
{"-t", "--threads", "number of threads to use during computation (default: -1). If threads <= 0, then threads will be set to the number of CPU physical cores", ¶ms.ctxParams.n_threads},
0 commit comments