MyBits - Wan2GP - Batch file
In this third episode I will show you how to build a simple batch file to run Wan2GP from your desktop.
Also you can download the icon I made for the desktop shortcut.
In this video we use a DIY budget PC with only 8GB VRAM. We use it to Generate free lip syncing video avatars using Wan2GP. Someone commented it would be nice to load it without running a conda prompt every time.
Follow the free series to build and install the free open source options to get started with AI at home for free.
Wan2GP -Batch File
Step 1. Open notepad on your windows machine and create a new file.
Step 2. Type or copy and paste the following file:
@ echo off
call conda activate Wan2GP
start http://localhost:7860
cd G:\Wan2GP
cmd /k python wgp.py –i2v
Note: line 4
cd G:\Wan2GP
This is the location of my Wan2GP installation – depending on where you put it this could be different.
If you installed it in the default location:
(base)C:\Users\Your_User_name\Wan2GP
then change line 4 to your Wan2GP folder path:
cd C:\Users\Your_User_name\Wan2GP
Step 3. Save this notepad file as Wan2GP.bat (it has to be inside the Wan2GP folder) where you installed Wan2GP.
Step 4. Right click your desktop and select new Shortcut.
Browse to the .bat file you just saved in the Wan2GP folder and select it. Then hit OK. Click next and name it whatever you want I just use Wan2GP for the shortcut name. Then hit Finish.
Step 5. Download this PNG from here. And convert it to an .ico file.
https://mybits.live/wp-content/uploads/2025/08/wan2gp.png