deepbeepmeep commited on
Commit
4b3dded
·
unverified ·
1 Parent(s): b12d231

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -180,11 +180,11 @@ pip install -e .
180
 
181
  To run the text to video generator (in Low VRAM mode):
182
  ```bash
183
- python wgp.py.py
184
  #or
185
- python wgp.py.py --t2v #launch the default text 2 video model
186
  #or
187
- python wgp.py.py --t2v-14B #for the 14B model
188
  #or
189
  python wgp.py --t2v-1-3B #for the 1.3B model
190
 
 
180
 
181
  To run the text to video generator (in Low VRAM mode):
182
  ```bash
183
+ python wgp.py
184
  #or
185
+ python wgp.py --t2v #launch the default text 2 video model
186
  #or
187
+ python wgp.py --t2v-14B #for the 14B model
188
  #or
189
  python wgp.py --t2v-1-3B #for the 1.3B model
190