Spaces:
Running
Running
patrickvonplaten
commited on
Commit
•
36c66dd
1
Parent(s):
1c71cf3
Update README.md
Browse files
README.md
CHANGED
@@ -12,4 +12,8 @@ pinned: false
|
|
12 |
Hello,
|
13 |
|
14 |
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
|
15 |
-
so that they can become as fast as GANs.
|
|
|
|
|
|
|
|
|
|
12 |
Hello,
|
13 |
|
14 |
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
|
15 |
+
so that they can become as fast as GANs.
|
16 |
+
|
17 |
+
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).
|
18 |
+
|
19 |
+
In a next step, we're looking into training consistency models on larger text-conditioned datasets.
|