deepbeepmeep commited on
Clarified step 0
Browse files
README.md
CHANGED
|
@@ -61,8 +61,11 @@ This app has been tested on Python 3.10 / 2.6.0 / Cuda 12.4.\
|
|
| 61 |
|
| 62 |
|
| 63 |
```shell
|
| 64 |
-
# 0
|
| 65 |
-
|
|
|
|
|
|
|
|
|
|
| 66 |
|
| 67 |
# 1 Install pytorch 2.6.0
|
| 68 |
pip install torch==2.6.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu124
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
```shell
|
| 64 |
+
# 0 Download the source and create a Python 3.10.9 environment using conda or create a venv using python
|
| 65 |
+
git clone https://github.com/deepbeepmeep/Wan2GP.git
|
| 66 |
+
cd Wan2GP
|
| 67 |
+
conda create -n wan2gp python=3.10.9
|
| 68 |
+
conda activate wan2gp
|
| 69 |
|
| 70 |
# 1 Install pytorch 2.6.0
|
| 71 |
pip install torch==2.6.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu124
|