File size: 602 Bytes
5115acb 6b853bd 5115acb 5cccec8 5115acb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
license: openrail
language:
- en
library_name: transformers
pipeline_tag: text-to-image
tags:
- image-generation
- dall-e
---
# Overview
[[Blog]](https://openai.com/blog/dall-e/) [[Paper]](https://arxiv.org/abs/2102.12092) [[Model Card]](model_card.md) [[Usage]](notebooks/usage.ipynb)
This is the official PyTorch package for the discrete VAE used for DALL·E. The transformer used to generate the images from the text is not part of this code release.
# Installation
Before running [the example notebook](notebooks/usage.ipynb), you will need to install the package using
pip install DALL-E |