lightx2v commited on
Commit
3346959
·
verified ·
1 Parent(s): 3124c23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,13 +37,13 @@ Our training code is modified based on the [Self-Forcing](https://github.com/gua
37
  Our inference framework utilizes [lightx2v](https://github.com/ModelTC/lightx2v), a highly efficient inference engine that supports multiple models. This framework significantly accelerates the video generation process while maintaining high quality output.
38
 
39
  ```bash
40
- bash scripts/distill/run_wan_t2v_distill_4step_cfg.sh
41
  ```
42
 
43
  or using the lora version:
44
 
45
  ```bash
46
- bash scripts/distill/run_wan_t2v_distill_4step_cfg_lora.sh
47
  ```
48
 
49
  We recommend using the **LCM scheduler** with the following settings:
 
37
  Our inference framework utilizes [lightx2v](https://github.com/ModelTC/lightx2v), a highly efficient inference engine that supports multiple models. This framework significantly accelerates the video generation process while maintaining high quality output.
38
 
39
  ```bash
40
+ bash scripts/wan/run_wan_t2v_distill_4step_cfg.sh
41
  ```
42
 
43
  or using the lora version:
44
 
45
  ```bash
46
+ bash scripts/wan/run_wan_t2v_distill_4step_cfg_lora.sh
47
  ```
48
 
49
  We recommend using the **LCM scheduler** with the following settings: