Update README.md
Browse files
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/
|
41 |
```
|
42 |
|
43 |
or using the lora version:
|
44 |
|
45 |
```bash
|
46 |
-
bash scripts/
|
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:
|