10 lines
104 B
Batchfile
10 lines
104 B
Batchfile
@echo off
|
|
|
|
call environment.bat
|
|
|
|
cd %~dp0webui
|
|
|
|
"%DIR%\python\python.exe" hunyuan_cli.py %*
|
|
|
|
:done
|
|
pause |