akikoujin's picture
Upload 2 files
4d1fd3a verified
@echo off
:: =========================================================================
:: Wan2.1/2.2 Low-VRAM Twin-Engine Trainer GUI Launcher (Universal Portable)
:: Optimized for portable configurations. Click to launch Gradio web panel.
:: =========================================================================
echo Launching Wan Video Twin-Engine Trainer WebUI...
:: Automatically detects and sets the current execution directory context
cd /d "%~dp0"
:: Executes via the active environment's standard python command hook
python train_gui.py
echo.
echo GUI session closed.
pause