Update README.md

This commit is contained in:
deepbeepmeep 2025-04-15 20:37:12 +02:00 committed by GitHub
parent c9c5fcd9c5
commit a6f82e9194
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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