mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2025-12-18 17:34:18 +01:00
readme
This commit is contained in:
15
README.md
15
README.md
@@ -1,2 +1,13 @@
|
||||
# DALLE2-pytorch
|
||||
Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
|
||||
## 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
|
||||
|
||||
## Citations
|
||||
|
||||
```bibtex
|
||||
@misc{ramesh2022,
|
||||
title = {Hierarchical Text-Conditional Image Generation with CLIP Latents},
|
||||
author = {Aditya Ramesh et al},
|
||||
year = {2022}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user