Project structure of: openai/DALL-E
DALL-E DALL-E: AI model, codebase, text to image, PyTorch, requirements.
dall_e DALL-E: AI model, PyTorch decoder-encoder, neural encoder with residual paths.
model_card.md DALLĀ·E's dVAE: Reduces memory, loses fine details.
notebooks
usage.py Image download, preprocessing, DALL-E model usage and display.
README.md DALL-E's VAE package, no transformer for text to image. Install with pip.
requirements.txt Essential packages for codebase.
setup.py Setup Python package "DALL-E" with requirements from "requirements.txt".