File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ def configure(self):
348348
349349 introduction ()
350350
351- from invokeai .frontend .install import invokeai_configure
351+ from invokeai .frontend .install . invokeai_configure import invokeai_configure
352352
353353 # NOTE: currently the config script does its own arg parsing! this means the command-line switches
354354 # from the installer will also automatically propagate down to the config script.
Original file line number Diff line number Diff line change @@ -382,7 +382,8 @@ def run_cli(args: Namespace):
382382
383383def main ():
384384 args = _parse_args ()
385- config .parse_args (["--root" , str (args .root_dir )])
385+ if args .root_dir :
386+ config .parse_args (["--root" , str (args .root_dir )])
386387
387388 try :
388389 if args .front_end :
You can’t perform that action at this time.
0 commit comments