DALLE2-pytorch

Image generator

An implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch

Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch

GitHub

11k stars
122 watching
1k forks
Language: Python
last commit: over 2 years ago
artificial-intelligencedeep-learningtext-to-image

Related projects:

RepositoryDescriptionStars
lucidrains/imagen-pytorchImplements Google's Text-to-Image Neural Network in PyTorch using a cascading DDPM architecture with dynamic clipping and noise level conditioning.8,127
ai-forever/kandinsky-2A multilingual text2image latent diffusion model with improved aesthetics and controllability2,774
leriomaggio/deep-learning-keras-tensorflowA comprehensive tutorial on building and training deep neural networks using Keras and TensorFlow2,951
dsgiitr/d2l-pytorchAn open-source implementation of the popular book 'Dive Into Deep Learning' in PyTorch4,256
labmlai/annotated_deep_learning_paper_implementationsImplementations of various deep learning algorithms and techniques with accompanying documentation57,177
openai/clipA neural network trained on image and text pairs to predict the most relevant text snippet given an image26,460
lllyasviel/controlnetAn implementation of a neural network structure to control diffusion models by adding extra conditions.30,944
borisdayma/dalle-miniGenerates images from text prompts using a variant of the DALL-E model14,756
lukemelas/efficientnet-pytorchA PyTorch implementation of EfficientNet convolutional neural networks7,971
cszn/kairImage restoration toolbox with training and testing codes for various deep learning-based methods2,994
nvlabs/stylegan3An implementation of a generative adversarial network architecture designed to improve image synthesis and video generation capabilities6,478
jina-ai/dalle-flowAn interactive workflow for generating high-definition images from text prompts using a human-in-the-loop approach2,837
yunjey/pytorch-tutorialA comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage.30,401
clovaai/stargan-v2A Python implementation of an image-to-image translation model for generating diverse images across multiple domains.3,513
openai/guided-diffusionThis project is a software implementation of a diffusion model architecture, allowing users to generate synthetic images based on a learned distribution.6,366