git clone https://github.com/spacepxl/WanTraining
cd WanTraining
python -m venv .venv
.venv\Scripts\activate
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu124
pip install -r requirements.txt
(or follow whatever approach you prefer for environment management and pytorch/triton/etc)