A Simple WanGP Launcher for Miniconda Users
Depending on your Miniconda installation and WanGP folder location, you need to edit the paths in the script using a text editor (like Notepad).
set "CONDA_PATH=%USERPROFILE%\miniconda3\Scripts\activate.bat"
For Example : set "CONDA_PATH=D:\Programs\miniconda3\Scripts\activate.bat"
set "WANGP_PATH=%USERPROFILE%\wan2gp"
For Example : set "WANGP_PATH=D:\AI\Wan2GP"
Make sure to keep the quotes " " around the path if it contains spaces.