From a6f82e9194de28562162aaea0da46774e2de8146 Mon Sep 17 00:00:00 2001 From: deepbeepmeep <84379123+deepbeepmeep@users.noreply.github.com> Date: Tue, 15 Apr 2025 20:37:12 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b32792..83d9995 100644 --- a/README.md +++ b/README.md @@ -180,11 +180,11 @@ pip install -e . To run the text to video generator (in Low VRAM mode): ```bash -python wgp.py.py +python wgp.py #or -python wgp.py.py --t2v #launch the default text 2 video model +python wgp.py --t2v #launch the default text 2 video model #or -python wgp.py.py --t2v-14B #for the 14B model +python wgp.py --t2v-14B #for the 14B model #or python wgp.py --t2v-1-3B #for the 1.3B model