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.☆393Updated 10 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
- This repo implements a Stable Diffusion model in PyTorch with all the essential components.☆241Updated last year
- 🦍 Stanford CS236 : Deep Generative Models☆158Updated 7 years ago
- This repo implements Diffusion Transformers(DiT) in PyTorch and provides training and inference code on CelebHQ dataset☆59Updated last year
- A summary of related works about flow matching, stochastic interpolants☆634Updated this week
- This repo implements Denoising Diffusion Probabilistic Models (DDPM) in Pytorch☆168Updated last year
- Annotated Flow Matching paper☆227Updated 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
- Self-contained, minimalistic implementation of diffusion models with Pytorch.☆1,138Updated 3 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
- Minimal Implementation of a D3PM in pytorch☆285Updated last year
- Implementation of rectified flow and some of its followup research / improvements in Pytorch☆424Updated last week
- a simple unofficial implementation of classifier-free diffusion guidance☆211Updated 2 years ago
- EDM2 and Autoguidance -- Official PyTorch implementation☆816Updated last year
- A minimal PyTorch implementation of the VQ-VAE model described in "Neural Discrete Representation Learning".☆88Updated 3 years ago
- A simple tutorial of Diffusion Probabilistic Models☆108Updated last year
- DDPO for finetuning diffusion models, implemented in PyTorch with LoRA support☆740Updated last year
- A Tutorial for Diffusion Models☆60Updated 2 years ago
- A simple tutorial of Variational AutoEncoders with Pytorch☆429Updated last year
- This repo implements VQVAE on mnist and as well as colored version of mnist images. It also implements simple LSTM for generating sample …☆61Updated 2 years ago
- Conditional diffusion model to generate MNIST. Minimal script. Based on 'Classifier-Free Diffusion Guidance'.☆825Updated 2 years ago
- Pytorch implementation of Diffusion Models (https://arxiv.org/pdf/2006.11239.pdf)☆423Updated 2 years ago
- [ICML 2024 Best Paper] Discrete Diffusion Modeling by Estimating the Ratios of the Data Distribution (https://arxiv.org/abs/2310.16834)☆700Updated last year
- A mini-library for training consistency models.☆251Updated 2 years ago
- Unofficial PyTorch Implementation of Denoising Diffusion Probabilistic Models (DDPM)☆231Updated last year
- ☆735Updated last year
- A minimal yet resourceful implementation of diffusion models (along with pretrained models + synthetic images for nine datasets)☆306Updated last year
- Stable Diffusion implemented from scratch in PyTorch☆1,028Updated last year
- My take on Flow Matching☆90Updated last year