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.☆390Updated 8 months ago
- This repo implements a Stable Diffusion model in PyTorch with all the essential components.☆234Updated last year
- Implement a MNIST(also minimal) version of denoising diffusion probabilistic model from scratch.The model only has 4.55MB.☆138Updated 3 years ago
- This repo implements Denoising Diffusion Probabilistic Models (DDPM) in Pytorch☆157Updated last year
- This repo implements Diffusion Transformers(DiT) in PyTorch and provides training and inference code on CelebHQ dataset☆53Updated 11 months ago
- A minimal PyTorch implementation of the VQ-VAE model described in "Neural Discrete Representation Learning".☆86Updated 3 years ago
- My take on Flow Matching☆86Updated 11 months ago
- Implementation of rectified flow and some of its followup research / improvements in Pytorch☆402Updated 3 weeks ago
- EDM2 and Autoguidance -- Official PyTorch implementation☆805Updated last year
- a simple unofficial implementation of classifier-free diffusion guidance☆210Updated 2 years ago
- Minimal Implementation of a D3PM in pytorch☆277Updated last year
- Implementation of Classifier Free Guidance in Pytorch, with emphasis on text conditioning, and flexibility to include multiple text embed…☆534Updated 9 months ago
- ☆707Updated last year
- Conditional diffusion model to generate MNIST. Minimal script. Based on 'Classifier-Free Diffusion Guidance'.☆817Updated last year
- Collection of tutorials on diffusion models, step-by-step implementation guide, scripts for generating images with AI, prompt engineering…☆152Updated 9 months ago
- A mini-library for training consistency models.☆251Updated last year
- 🦍 Stanford CS236 : Deep Generative Models☆157Updated 6 years ago
- Annotated Flow Matching paper☆222Updated last year
- A summary of related works about flow matching, stochastic interpolants☆615Updated 8 months 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 collection of resources and papers on Vector Quantized Variational Autoencoder (VQ-VAE) and its application☆325Updated 10 months ago
- DDPO for finetuning diffusion models, implemented in PyTorch with LoRA support☆717Updated last year
- A Tutorial for Diffusion Models☆60Updated 2 years ago
- Self-contained, minimalistic implementation of diffusion models with Pytorch.☆1,133Updated 3 years ago
- A minimal yet resourceful implementation of diffusion models (along with pretrained models + synthetic images for nine datasets)☆303Updated last year
- A curated list for awesome discrete diffusion models resources.☆511Updated 3 months ago
- Implementation of Autoregressive Diffusion in Pytorch☆430Updated 2 weeks ago
- Pytorch implementation of Diffusion Models (https://arxiv.org/pdf/2006.11239.pdf)☆422Updated 2 years ago
- Code for Fast Training of Diffusion Models with Masked Transformers☆418Updated last year
- Unofficial PyTorch Implementation of Denoising Diffusion Probabilistic Models (DDPM)☆227Updated last year