Framepack-CLI/generae_cli.bat
2025-04-26 06:38:58 +02:00

10 lines
104 B
Batchfile

@echo off
call environment.bat
cd %~dp0webui
"%DIR%\python\python.exe" hunyuan_cli.py %*
:done
pause