mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2026-01-23 01:44:23 +01:00
18 lines
468 B
Markdown
18 lines
468 B
Markdown
<img src="./dalle2.png" width="450px"></img>
|
|
|
|
## DALL-E 2 - Pytorch (wip)
|
|
|
|
Implementation of <a href="https://openai.com/dall-e-2/">DALL-E 2</a>, OpenAI's updated text-to-image synthesis neural network, in Pytorch
|
|
|
|
This is SOTA for text-to-image now, but probably not for long.
|
|
|
|
## Citations
|
|
|
|
```bibtex
|
|
@misc{ramesh2022,
|
|
title = {Hierarchical Text-Conditional Image Generation with CLIP Latents},
|
|
author = {Aditya Ramesh et al},
|
|
year = {2022}
|
|
}
|
|
```
|