https://github.com/openai/DALL-E
PyTorch package for the discrete VAE used for DALL·E.
https://github.com/openai/DALL-E
Last synced: 3 months ago
JSON representation
PyTorch package for the discrete VAE used for DALL·E.
- Host: GitHub
- URL: https://github.com/openai/DALL-E
- Owner: openai
- License: other
- Created: 2021-02-23T23:01:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T15:42:28.000Z (over 1 year ago)
- Last Synced: 2024-10-08T10:51:07.790Z (8 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 10,775
- Watchers: 230
- Forks: 1,938
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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