This commit is contained in:
Phil Wang
2022-04-07 09:14:08 -07:00
committed by GitHub
parent f283bf25be
commit c5d49db762

View File

@@ -6,6 +6,8 @@ Implementation of <a href="https://openai.com/dall-e-2/">DALL-E 2</a>, OpenAI's
This is SOTA for text-to-image now, but probably not for long.
It may also explore an extension of using latent diffusion in the decoder
## Citations
```bibtex
@@ -15,3 +17,14 @@ This is SOTA for text-to-image now, but probably not for long.
year = {2022}
}
```
```bibtex
@misc{rombach2021highresolution,
title = {High-Resolution Image Synthesis with Latent Diffusion Models},
author = {Robin Rombach and Andreas Blattmann and Dominik Lorenz and Patrick Esser and Björn Ommer},
year = {2021},
eprint = {2112.10752},
archivePrefix = {arXiv},
primaryClass = {cs.CV}
}
```