Commit
·
8de63a0
1
Parent(s):
83ff57b
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,8 +3,11 @@ license: mit
|
|
| 3 |
tags:
|
| 4 |
- generative model
|
| 5 |
- unconditional image generation
|
| 6 |
-
|
| 7 |
---
|
|
|
|
|
|
|
|
|
|
| 8 |
Consistency models are a new class of generative models introduced in ["Consistency Models"](https://arxiv.org/abs/2303.01469) ([paper](https://arxiv.org/pdf/2303.01469.pdf), [code](https://github.com/openai/consistency_models)) by Yang Song, Prafulla Dhariwal, Mark Chen, and Ilya Sutskever.
|
| 9 |
From the paper abstract:
|
| 10 |
|
|
|
|
| 3 |
tags:
|
| 4 |
- generative model
|
| 5 |
- unconditional image generation
|
| 6 |
+
- consistency-model
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
**Disclaimer**: This model was added by the amazing community contributor [dg845](https://huggingface.co/dg845) ❤️
|
| 10 |
+
|
| 11 |
Consistency models are a new class of generative models introduced in ["Consistency Models"](https://arxiv.org/abs/2303.01469) ([paper](https://arxiv.org/pdf/2303.01469.pdf), [code](https://github.com/openai/consistency_models)) by Yang Song, Prafulla Dhariwal, Mark Chen, and Ilya Sutskever.
|
| 12 |
From the paper abstract:
|
| 13 |
|