mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix backslash-related syntax error
This commit is contained in:
parent
061fb4ef00
commit
e9df17b374
@ -92,8 +92,8 @@ if "%ERRORLEVEL%" NEQ "0" (
|
|||||||
exit /b
|
exit /b
|
||||||
)
|
)
|
||||||
|
|
||||||
copy source_installer/install.bat install.bat
|
copy source_installer\install.bat install.bat
|
||||||
copy source_installer/update.bat update.bat
|
copy source_installer\update.bat update.bat
|
||||||
|
|
||||||
call conda activate invokeai
|
call conda activate invokeai
|
||||||
@rem preload the models
|
@rem preload the models
|
||||||
|
Loading…
Reference in New Issue
Block a user