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

@ -270,7 +270,7 @@ upgrade script.** See the next section for a Windows recipe.
3. Select option [1] to upgrade to the latest release. 3. Select option [1] to upgrade to the latest release.
4. Once the upgrade is finished you will be returned to the launcher 4. Once the upgrade is finished you will be returned to the launcher
menu. Select option [7] "Re-run the configure script to fix a broken menu. Select option [6] "Re-run the configure script to fix a broken
install or to complete a major upgrade". install or to complete a major upgrade".
This will run the configure script against the v2.3 directory and This will run the configure script against the v2.3 directory and

View File

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