Change to manually download default models instead of auto
This commit is contained in:
11
Initialize.bat
Normal file
11
Initialize.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
chcp 65001 > NUL
|
||||
@echo off
|
||||
|
||||
pushd %~dp0
|
||||
echo Running initialize.py...
|
||||
venv\Scripts\python initialize.py
|
||||
|
||||
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
|
||||
|
||||
popd
|
||||
pause
|
||||
Reference in New Issue
Block a user