mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Don't close after updating
This commit is contained in:
parent
29eea93592
commit
1f62517636
@ -76,4 +76,3 @@ echo "Please follow the steps at https://invoke-ai.github.io/InvokeAI/installati
|
||||
|
||||
@rem it would be nice if the weights downloaded automatically, and didn't need the user to do this manually.
|
||||
|
||||
pause
|
||||
|
@ -1,5 +1,8 @@
|
||||
@echo off
|
||||
|
||||
@rem prevent the window from closing after an error
|
||||
if not defined in_subprocess (cmd /k set in_subprocess=y ^& %0 %*) & exit )
|
||||
|
||||
set INSTALL_ENV_DIR=%cd%\installer_files\env
|
||||
set PATH=%PATH%;%INSTALL_ENV_DIR%;%INSTALL_ENV_DIR%\Library\bin;%INSTALL_ENV_DIR%\Scripts
|
||||
|
||||
@ -9,5 +12,3 @@ if exist ".git" (
|
||||
)
|
||||
|
||||
conda env update
|
||||
|
||||
pause
|
Loading…
Reference in New Issue
Block a user