Update README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ 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:
|
|
|
|
| 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_i2v_distill_4step_cfg.sh
|
| 41 |
```
|
| 42 |
|
| 43 |
or using the lora version:
|