imagen-pytorch

Text-to-Image Generator

Implements Google's Text-to-Image Neural Network in PyTorch using a cascading DDPM architecture with dynamic clipping and noise level conditioning.

Implementation of Imagen, Google's Text-to-Image Neural Network, in Pytorch

GitHub

8k stars
116 watching
771 forks
Language: Python
last commit: 3 months ago
artificial-intelligencedeep-learningimagination-machinetext-to-imagetext-to-video

Related projects:

Repository Description Stars
lucidrains/dalle2-pytorch An implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch 11,184
pytorch/pytorch A Python library providing tensors and dynamic neural networks with strong GPU acceleration 84,978
labmlai/annotated_deep_learning_paper_implementations Implementations of various deep learning algorithms and techniques with accompanying documentation 57,177
eriklindernoren/pytorch-gan A collection of PyTorch implementations of Generative Adversarial Networks for image synthesis and other applications. 16,570
diego999/pygat An implementation of the Graph Attention Network model using PyTorch. 2,935
nvlabs/stylegan3 An implementation of a generative adversarial network architecture designed to improve image synthesis and video generation capabilities 6,478
postech-cvlab/pytorch-studiogan A comprehensive PyTorch library providing implementations of various Generative Adversarial Networks (GANs) for image generation and evaluation. 3,439
lukemelas/efficientnet-pytorch A PyTorch implementation of EfficientNet convolutional neural networks 7,971
pyg-team/pytorch_geometric A PyTorch-based library for training and applying Graph Neural Networks to structured data 21,597
yunjey/pytorch-tutorial A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. 30,401
lucidrains/palm-rlhf-pytorch An implementation of RLHF on top of the PaLM architecture to enable human feedback in reinforcement learning for large language models. 7,729
huggingface/transformers A collection of pre-trained machine learning models for various natural language and computer vision tasks, enabling developers to fine-tune and deploy these models on their own projects. 136,357
minimaxir/textgenrnn A Python module for creating character-level or word-level neural networks for text generation and training on various datasets 4,944
kupynorest/deblurgan An image deblurring system using Generative Adversarial Networks (GANs) to restore sharpness from blurry images. 2,531
pytorch/examples A collection of curated examples showcasing various PyTorch applications in computer vision, natural language processing, and reinforcement learning. 22,530