Also fix .bat file to point at correct configurer

This commit is contained in:
Johnathon Selstad 2023-02-15 15:22:26 -08:00 committed by Eugene Brodsky
parent 05e67e924c
commit 508780d07f

View File

@ -147,7 +147,7 @@ echo ***** Installed invoke launcher script ******
rd /s /q binary_installer installer_files
@rem preload the models
call .venv\Scripts\python scripts\configure_invokeai.py
call .venv\Scripts\python ldm\invoke\config\invokeai_configure.py
set err_msg=----- model download clone failed -----
if %errorlevel% neq 0 goto err_exit
deactivate