From ede3d2889316bbb73199185d791cb73456bd62b7 Mon Sep 17 00:00:00 2001 From: gravis <67483613+gravis778@users.noreply.github.com> Date: Wed, 13 Aug 2025 13:12:41 -0500 Subject: [PATCH] Update README.md Fixed install for torchvision and tourchaudio to work with torch 2.7.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a85420a..7aaa6e1 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ git clone https://github.com/deepbeepmeep/Wan2GP.git cd Wan2GP conda create -n wan2gp python=3.10.9 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 ```