explainingai-code / VAE-PytorchLinks
This repository implements a simpleVAE for training on CPU on the MNIST dataset and provides ability to visualize the latent space, entire manifold as well as visualize how numbers interpolate between each other.
☆38Updated last year
Alternatives and similar repositories for VAE-Pytorch
Users that are interested in VAE-Pytorch are comparing it to the libraries listed below
Sorting:
- Creating a diffusion model from scratch in PyTorch to learn exactly how they work.☆392Updated 9 months ago
- Collection of tutorials on diffusion models, step-by-step implementation guide, scripts for generating images with AI, prompt engineering…☆156Updated 10 months ago
- A minimal PyTorch implementation of the VQ-VAE model described in "Neural Discrete Representation Learning".☆88Updated 3 years ago
- This repo implements a Stable Diffusion model in PyTorch with all the essential components.☆238Updated last year
- This repo implements Diffusion Transformers(DiT) in PyTorch and provides training and inference code on CelebHQ dataset☆58Updated last year
- A Tutorial for Diffusion Models☆60Updated 2 years ago
- Implementation of rectified flow and some of its followup research / improvements in Pytorch☆421Updated this week
- A minimal yet resourceful implementation of diffusion models (along with pretrained models + synthetic images for nine datasets)☆307Updated last year
- A summary of related works about flow matching, stochastic interpolants☆632Updated 10 months ago
- Minimal Implementation of a D3PM in pytorch☆285Updated last year
- Implementation of Classifier Free Guidance in Pytorch, with emphasis on text conditioning, and flexibility to include multiple text embed…☆537Updated 10 months ago
- This repo implements Denoising Diffusion Probabilistic Models (DDPM) in Pytorch☆168Updated last year
- Annotated Flow Matching paper☆227Updated last year
- A mini-library for training consistency models.☆251Updated 2 years ago
- Implement a MNIST(also minimal) version of denoising diffusion probabilistic model from scratch.The model only has 4.55MB.☆143Updated 3 years ago
- 🦍 Stanford CS236 : Deep Generative Models☆157Updated 7 years ago
- My take on Flow Matching☆90Updated last year
- A collection of resources and papers on Vector Quantized Variational Autoencoder (VQ-VAE) and its application☆329Updated last year
- a simple unofficial implementation of classifier-free diffusion guidance☆211Updated 2 years ago
- Conditional diffusion model to generate MNIST. Minimal script. Based on 'Classifier-Free Diffusion Guidance'.☆825Updated 2 years ago
- This repo implements VQVAE on mnist and as well as colored version of mnist images. It also implements simple LSTM for generating sample …☆61Updated last year
- A simple tutorial of Variational AutoEncoders with Pytorch☆429Updated last year
- ☆729Updated last year
- EDM2 and Autoguidance -- Official PyTorch implementation☆812Updated last year
- A simple tutorial of Diffusion Probabilistic Models☆108Updated last year
- Implementation of Autoregressive Diffusion in Pytorch☆431Updated last month
- Self-contained, minimalistic implementation of diffusion models with Pytorch.☆1,137Updated 3 years ago
- DDPO for finetuning diffusion models, implemented in PyTorch with LoRA support☆738Updated last year
- A series of tutorial notebooks on denoising diffusion probabilistic models in PyTorch☆718Updated 3 years ago
- Rebuild the Stable Diffusion Model in a single python script. Tutorial for Harvard ML from Scratch Series☆224Updated last year