A reproducible pipeline for generating videos using custom LoRA modules, TorchInductor, and CUDA 12.8. Built for portability, disaster recovery, and clean builds across systems.
🖼️ Sample Output
Here’s a successful run showing model pinning, async shuttle setup, and Torch compilation:
Sample Output
🧱 Environment Setup
This project requires a clean environment with Python 3.10, CUDA 12.8, and Visual Studio Build Tools 2022.
1. 🔧 Install Visual Studio Build Tools 2022
Required to compile TorchInductor kernels, xformers, and transformer modules.
git clone https://github.com/deepbeepmeep/wan2gp.git
cd wan2gp
pip install -r requirements.txt
📦 Step-by-Step Installation from Custom Wheels
(Continue in the same x64 Native Tools Command Prompt for VS 2022)
Install the following wheels in this exact order to ensure compatibility.
1. Download Wheels via Browser
Visit the wheels_for_windows directory and manually download each.whlfile to a local folder (e.g., C:\wan2gp\wheels_for_windows). (right click and save as)
2. Install Wheels Locally
Open your x64 Native Tools Command Prompt for VS 2022, activate your conda enviornment, navigate to the folder containing the wheels, and run: