From eeda30c5d4e3676c4eebd575a3cd4209f9881896 Mon Sep 17 00:00:00 2001 From: DeepBeepMeep Date: Thu, 19 Jun 2025 16:02:42 +0200 Subject: [PATCH] how to update info --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89287c1..1dc52f8 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,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.6.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu124 +pip install torch==2.7.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu124 pip install -r requirements.txt ``` @@ -118,6 +118,14 @@ python wgp.py # Text-to-video (default) python wgp.py --i2v # Image-to-video ``` +**Update the application:** +If using Pinokio use Pinokio to update otherwise: +Get in the directory where WanGP is installed and: +```bash +git pull +pip install -r requirements.txt +``` + ## 📦 Installation For detailed installation instructions for different GPU generations: