Diffusers
Safetensors
WanDMDPipeline
BrianChen1129 commited on
Commit
a5d2adb
·
verified ·
1 Parent(s): fbf770e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -31,7 +31,7 @@ FastWan2.1-T2V-14B-480P-Diffuserss is built upon Wan-AI/Wan2.1-T2V-14B-Diffusers
31
 
32
  ## Model Overview
33
 
34
- - 3-step inference is supported and achieves up to **50x speed up** for denoising loop on a single **H100** GPU.
35
  - Our model is trained on **61×448×832** resolution, but it supports generating videos with **any resolution**.(**480P, 720P, quality may degrade**)
36
  - Finetuning and inference scripts are available in the [FastVideo](https://github.com/hao-ai-lab/FastVideo) repository:
37
  - [1 Node/GPU debugging finetuning script](https://github.com/hao-ai-lab/FastVideo/blob/main/scripts/distill/v1_distill_dmd_wan_VSA.sh)
@@ -58,9 +58,9 @@ fastvideo generate \
58
  --sp-size $num_gpus \
59
  --tp-size 1 \
60
  --num-gpus $num_gpus \
61
- --height 720 \
62
- --width 1280 \
63
- --num-frames 81 \
64
  --num-inference-steps 3 \
65
  --fps 16 \
66
  --prompt-txt assets/prompt.txt \
 
31
 
32
  ## Model Overview
33
 
34
+ - 3-step inference is supported and achieves up to **50x speed up** at 480P, **70x speed up** at 720P during denoising loop on a single **H100** GPU.
35
  - Our model is trained on **61×448×832** resolution, but it supports generating videos with **any resolution**.(**480P, 720P, quality may degrade**)
36
  - Finetuning and inference scripts are available in the [FastVideo](https://github.com/hao-ai-lab/FastVideo) repository:
37
  - [1 Node/GPU debugging finetuning script](https://github.com/hao-ai-lab/FastVideo/blob/main/scripts/distill/v1_distill_dmd_wan_VSA.sh)
 
58
  --sp-size $num_gpus \
59
  --tp-size 1 \
60
  --num-gpus $num_gpus \
61
+ --height 480 \
62
+ --width 832 \
63
+ --num-frames 61 \
64
  --num-inference-steps 3 \
65
  --fps 16 \
66
  --prompt-txt assets/prompt.txt \