This commit is contained in:
Lincoln Stein
2023-12-21 22:31:58 -05:00
committed by Kent Keirsey
parent 32ad742f3e
commit 4957a360ff
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ def check_invokeai_root(config: InvokeAIAppConfig):
print("== STARTUP ABORTED ==")
print("** One or more necessary files is missing from your InvokeAI root directory **")
print("** Please rerun the configuration script to fix this problem. **")
print("** From the launcher, selection option [7]. **")
print("** From the launcher, selection option [6]. **")
print(
'** From the command line, activate the virtual environment and run "invokeai-configure --yes --skip-sd-weights" **'
)