| @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 | |