InvokeAI icon indicating copy to clipboard operation
InvokeAI copied to clipboard

[bug]: installation/initial startup should not prompt to download ckpts that user already has

Open damian0815 opened this issue 3 years ago • 0 comments

configure_invokeai.py is always run during binary installation, and it always prompts user to download SD checkpoints. Optionally, it should check if models.yaml already exists and points to a valid ckpt; if so, the Download <r>ecommended models, <c>ustomize the list, or <s>kip this step? [r]: prompt should not appear, and the configure script should assume user wants to <s>kip. (perhaps this can be a command line arg that the installer uses).

damian0815 avatar Nov 30 '22 11:11 damian0815