aejion nielsr HF Staff commited on
Commit
c10d0cb
·
verified ·
1 Parent(s): 5a24283

Add model card metadata (#1)

Browse files

- Add model card metadata (f36ded6b3c8a5706c49059f525bd176e0beff3a2)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # AccVideo: Accelerating Video Diffusion Model with Synthetic Dataset
2
 
3
  This repository contains the pre-trained weights of [AccVideo](https://arxiv.org/abs/2503.19462). AccVideo is a novel efficient distillation method to accelerate video diffusion models with synthetic datset. Our method is 8.5x faster than HunyuanVideo.
@@ -83,4 +89,4 @@ If you find [AccVideo](https://arxiv.org/abs/2503.19462) useful for your researc
83
  ```
84
 
85
  ## Acknowledgements
86
- The code is built upon [FastVideo](https://github.com/hao-ai-lab/FastVideo) and [HunyuanVideo](https://github.com/Tencent/HunyuanVideo), we thank all the contributors for open-sourcing.
 
1
+ ---
2
+ license: mit
3
+ library_name: diffusers
4
+ pipeline_tag: text-to-video
5
+ ---
6
+
7
  # AccVideo: Accelerating Video Diffusion Model with Synthetic Dataset
8
 
9
  This repository contains the pre-trained weights of [AccVideo](https://arxiv.org/abs/2503.19462). AccVideo is a novel efficient distillation method to accelerate video diffusion models with synthetic datset. Our method is 8.5x faster than HunyuanVideo.
 
89
  ```
90
 
91
  ## Acknowledgements
92
+ The code is built upon [FastVideo](https://github.com/hao-ai-lab/FastVideo) and [HunyuanVideo](https://github.com/Tencent/HunyuanVideo), we thank all the contributors for open-sourcing.