more bug fixes to install scripts

This commit is contained in:
Lincoln Stein
2022-11-02 15:26:02 -04:00
parent ffa91be3f1
commit b8870d8290
9 changed files with 29 additions and 14 deletions

View File

@ -99,7 +99,7 @@ if "%ERRORLEVEL%" NEQ "0" (
echo ""
echo "The preload_models.py script crashed or was cancelled."
echo "InvokeAI is not ready to run. To run preload_models.py again,"
echo "run the command 'python scripts/preload_models.py'"
echo "run the command 'update.bat' in this directory."
echo "Press any key to continue"
pause
exit /b

View File

@ -119,8 +119,8 @@ else
if test $status -ne 0
then
echo "The preload_models.py script crashed or was cancelled."
echo "InvokeAI is not ready to run. To run preload_models.py again,"
echo "give the command 'python scripts/preload_models.py'"
echo "InvokeAI is not ready to run. Try again by running"
echo "update.sh in this directory."
else
# tell the user their next steps
echo "You can now start generating images by running invoke.sh (inside this folder), using ./invoke.sh"