File size: 767 Bytes
293d4fe
 
d7af58f
293d4fe
d7af58f
 
293d4fe
 
 
 
d7af58f
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
library_name: diffusers
license: mit
pipeline_tag: text-to-video
tags:
- video-generation
---

# DCM: Dual-Expert Consistency Model for Efficient and High-Quality Video Generation

This repository hosts the Dual-Expert Consistency Model (DCM) as presented in the paper [Dual-Expert Consistency Model for Efficient and High-Quality Video Generation](https://huggingface.co/papers/2506.03123). DCM addresses the challenge of applying Consistency Models to video diffusion, which often leads to temporal inconsistency and loss of detail. By using a dual-expert approach, DCM achieves state-of-the-art visual quality with significantly reduced sampling steps.

For more information, please refer to the project's [Github repository](https://github.com/Vchitect/DCM).