From a15ac428c3b66fb8b7596d5fc0984bb41b3f1101 Mon Sep 17 00:00:00 2001 From: deepbeepmeep <84379123+deepbeepmeep@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:35:41 +0100 Subject: [PATCH] Clarified step 0 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2c9013..c95eae8 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,11 @@ This app has been tested on Python 3.10 / 2.6.0 / Cuda 12.4.\ ```shell -# 0 Create a Python 3.10.9 environment or a venv using python -conda create -name Wan2GP python==3.10.9 #if you have conda +# 0 Download the source and create a Python 3.10.9 environment using conda or create a venv using python +git clone https://github.com/deepbeepmeep/Wan2GP.git +cd Wan2GP +conda create -n wan2gp python=3.10.9 +conda activate wan2gp # 1 Install pytorch 2.6.0 pip install torch==2.6.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu124