File size: 687 Bytes
ae811ba
 
 
 
 
 
 
 
 
1c71cf3
 
 
 
 
36c66dd
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
title: README
emoji: πŸ“‰
colorFrom: red
colorTo: indigo
sdk: static
pinned: false
---

# Make Diffusion Model's GAN's again

Hello,

We're a community-driven organization researching on [**Consistency Models**](https://arxiv.org/abs/2303.01469). We're trying to drastically reduce the number of inference steps for diffusion models
so that they can become as fast as GANs.

In a first step we've added [OpenAI's released checkpoints](https://github.com/openai/consistency_models) to 🧨 Diffusers which you can access [here](https://huggingface.co/models?other=consistency-model).

In a next step, we're looking into training consistency models on larger text-conditioned datasets.