Update README.md

Fixed install for torchvision and tourchaudio to work with torch 2.7.0
This commit is contained in:
gravis 2025-08-13 13:12:41 -05:00 committed by GitHub
parent 74f019896b
commit ede3d28893
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -233,7 +233,7 @@ git clone https://github.com/deepbeepmeep/Wan2GP.git
cd Wan2GP cd Wan2GP
conda create -n wan2gp python=3.10.9 conda create -n wan2gp python=3.10.9
conda activate wan2gp conda activate wan2gp
pip install torch==2.7.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu124 pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 --extra-index-url https://download.pytorch.org/whl/cu124
pip install -r requirements.txt pip install -r requirements.txt
``` ```