Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ This model is jointly finetuned with [DMD](https://arxiv.org/pdf/2405.14867) and
|
|
31 |
## Model Overview
|
32 |
|
33 |
- 3-step inference is supported and achieves up to **50x speed up** on a single **H100** GPU.
|
34 |
-
-
|
35 |
- Finetuning and inference scripts are available in the [FastVideo](https://github.com/hao-ai-lab/FastVideo) repository:
|
36 |
- [Finetuning script](https://github.com/hao-ai-lab/FastVideo/blob/main/scripts/distill/v1_distill_dmd_wan_VSA.sh)
|
37 |
- [Inference script](https://github.com/hao-ai-lab/FastVideo/blob/main/scripts/inference/v1_inference_wan_dmd.sh)
|
|
|
31 |
## Model Overview
|
32 |
|
33 |
- 3-step inference is supported and achieves up to **50x speed up** on a single **H100** GPU.
|
34 |
+
- Our model is trained on **61×448×832** resolution, but it supports generating videos with any resolution.(quality may degrade)
|
35 |
- Finetuning and inference scripts are available in the [FastVideo](https://github.com/hao-ai-lab/FastVideo) repository:
|
36 |
- [Finetuning script](https://github.com/hao-ai-lab/FastVideo/blob/main/scripts/distill/v1_distill_dmd_wan_VSA.sh)
|
37 |
- [Inference script](https://github.com/hao-ai-lab/FastVideo/blob/main/scripts/inference/v1_inference_wan_dmd.sh)
|