Text-to-Video
Diffusers
Safetensors
WanDMDPipeline
BrianChen1129 commited on
Commit
3b45704
·
verified ·
1 Parent(s): 9560ff8

Update README.md

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