Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ Our inference framework utilizes [lightx2v](https://github.com/ModelTC/lightx2v)
|
|
25 |
The number of video segments (approximately 5 seconds each) can be adjusted by modifying the "num_fragments" parameter in the [configuration file](https://github.com/ModelTC/lightx2v/blob/main/configs/wan_t2v_causal.json). To perform autoregressive inference, simply specify the "lightx2v_path" and "model_path" in the [running script](https://github.com/ModelTC/lightx2v/blob/main/scripts/run_wan_t2v_causal.sh):
|
26 |
|
27 |
```bash
|
28 |
-
bash scripts/
|
29 |
```
|
30 |
|
31 |
## License Agreement
|
|
|
25 |
The number of video segments (approximately 5 seconds each) can be adjusted by modifying the "num_fragments" parameter in the [configuration file](https://github.com/ModelTC/lightx2v/blob/main/configs/wan_t2v_causal.json). To perform autoregressive inference, simply specify the "lightx2v_path" and "model_path" in the [running script](https://github.com/ModelTC/lightx2v/blob/main/scripts/run_wan_t2v_causal.sh):
|
26 |
|
27 |
```bash
|
28 |
+
bash scripts/run_wan_t2v_causvid_save_quant.sh
|
29 |
```
|
30 |
|
31 |
## License Agreement
|