Zero-Shot Text-to-Image Generation
Paper • 2102.12092 • Published • 2
How to use dorkai/DALL-E with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("dorkai/DALL-E", dtype="auto")[Blog] [Paper] [Model Card] [Usage]
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.
Before running the example notebook, you will need to install the package using
pip install DALL-E