deepbeepmeep commited on
Update README.md
Browse files
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
|
| 184 |
#or
|
| 185 |
-
python wgp.py
|
| 186 |
#or
|
| 187 |
-
python wgp.py
|
| 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 |
|