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.
☆35Updated 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.☆378Updated 5 months ago
- Implement a MNIST(also minimal) version of denoising diffusion probabilistic model from scratch.The model only has 4.55MB.☆127Updated 2 years ago
- This repo implements a Stable Diffusion model in PyTorch with all the essential components.☆224Updated 9 months ago
- This repo implements Denoising Diffusion Probabilistic Models (DDPM) in Pytorch☆142Updated 9 months ago
- Minimal Implementation of a D3PM in pytorch☆250Updated last year
- Collection of tutorials on diffusion models, step-by-step implementation guide, scripts for generating images with AI, prompt engineering…☆128Updated 5 months ago
- Stable Diffusion implemented from scratch in PyTorch☆952Updated 10 months ago
- Self-contained, minimalistic implementation of diffusion models with Pytorch.☆1,091Updated 3 years ago
- A summary of related works about flow matching, stochastic interpolants☆547Updated 5 months ago
- Conditional diffusion model to generate MNIST. Minimal script. Based on 'Classifier-Free Diffusion Guidance'.☆791Updated last year
- Implementation of Classifier Free Guidance in Pytorch, with emphasis on text conditioning, and flexibility to include multiple text embed…☆506Updated 5 months ago
- Implementation of rectified flow and some of its followup research / improvements in Pytorch☆370Updated 3 weeks ago
- 🦍 Stanford CS236 : Deep Generative Models☆146Updated 6 years ago
- ☆617Updated 9 months ago
- This repo implements Diffusion Transformers(DiT) in PyTorch and provides training and inference code on CelebHQ dataset☆46Updated 8 months ago
- DDPO for finetuning diffusion models, implemented in PyTorch with LoRA support☆663Updated last year
- a simple unofficial implementation of classifier-free diffusion guidance☆204Updated 2 years ago
- Elucidating the Design Space of Diffusion-Based Generative Models (EDM)☆1,754Updated last year
- Annotated Flow Matching paper☆205Updated 11 months ago
- EDM2 and Autoguidance -- Official PyTorch implementation☆758Updated 8 months ago
- A collection of resources and papers on Vector Quantized Variational Autoencoder (VQ-VAE) and its application☆306Updated 7 months ago
- Implementation of Autoregressive Diffusion in Pytorch☆403Updated 10 months ago
- [ICML 2024 Best Paper] Discrete Diffusion Modeling by Estimating the Ratios of the Data Distribution (https://arxiv.org/abs/2310.16834)☆625Updated last year
- A simple tutorial of Variational AutoEncoders with Pytorch☆405Updated last year
- A series of tutorial notebooks on denoising diffusion probabilistic models in PyTorch☆698Updated 2 years ago
- [ICLR'25 Oral] Representation Alignment for Generation: Training Diffusion Transformers Is Easier Than You Think☆1,282Updated 5 months ago
- A minimal PyTorch implementation of the VQ-VAE model described in "Neural Discrete Representation Learning".☆77Updated 3 years ago
- A curated list for awesome discrete diffusion models resources.☆433Updated 3 months ago
- Pytorch implementation of Diffusion Models (https://arxiv.org/pdf/2006.11239.pdf)☆415Updated 2 years ago
- A Tutorial for Diffusion Models☆57Updated 2 years ago