File size: 253 Bytes
84669a3
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
echo Starting FramePack-Studio...



REM Check if Python is installed (basic check)
where python >nul 2>&1
if %errorlevel% neq 0 (
    echo Error: Python is not installed or not in your PATH. Cannot run studio.py.
    goto end
)

python studio.py