lightx2v commited on
Commit
8bd3f8d
·
verified ·
1 Parent(s): 1fb1e54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/run_wan_t2v_causal.sh
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