mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
close #5209
This commit is contained in:
parent
32ad742f3e
commit
4957a360ff
@ -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
|
||||||
|
@ -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" **'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user