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:
- Collection of tutorials on diffusion models, step-by-step implementation guide, scripts for generating images with AI, prompt engineering…☆154Updated 9 months ago
- This repo implements Diffusion Transformers(DiT) in PyTorch and provides training and inference code on CelebHQ dataset☆53Updated 11 months ago
- This repo implements a Stable Diffusion model in PyTorch with all the essential components.☆234Updated last year
- Creating a diffusion model from scratch in PyTorch to learn exactly how they work.☆390Updated 8 months ago
- This repo implements Denoising Diffusion Probabilistic Models (DDPM) in Pytorch☆157Updated last year
- Stable Diffusion implemented from scratch in PyTorch☆1,008Updated last year
- Implement a MNIST(also minimal) version of denoising diffusion probabilistic model from scratch.The model only has 4.55MB.☆140Updated 3 years ago
- Minimal Implementation of a D3PM in pytorch☆279Updated last year
- Annotated Flow Matching paper☆222Updated last year
- ☆707Updated last year
- A mini-library for training consistency models.☆251Updated last year
- A summary of related works about flow matching, stochastic interpolants☆621Updated 9 months ago
- 🦍 Stanford CS236 : Deep Generative Models☆157Updated 6 years ago
- EDM2 and Autoguidance -- Official PyTorch implementation☆805Updated last year
- A minimal PyTorch implementation of the VQ-VAE model described in "Neural Discrete Representation Learning".☆86Updated 3 years ago
- Implementation of rectified flow and some of its followup research / improvements in Pytorch☆402Updated 3 weeks ago
- My take on Flow Matching☆86Updated 11 months ago
- DDPO for finetuning diffusion models, implemented in PyTorch with LoRA support☆717Updated last year
- Official Implementation of Rectified Flow (ICLR2023 Spotlight)☆1,503Updated 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
- PyTorch implementation of MAR+DiffLoss https://arxiv.org/abs/2406.11838☆1,825Updated last year
- A Tutorial for Diffusion Models☆60Updated 2 years ago
- Rebuild the Stable Diffusion Model in a single python script. Tutorial for Harvard ML from Scratch Series☆222Updated 11 months ago
- A series of tutorial notebooks on denoising diffusion probabilistic models in PyTorch☆714Updated 3 years ago
- Conditional diffusion model to generate MNIST. Minimal script. Based on 'Classifier-Free Diffusion Guidance'.☆817Updated last year
- [ICLR'25 Oral] Representation Alignment for Generation: Training Diffusion Transformers Is Easier Than You Think☆1,466Updated 9 months ago
- Code for ICML 2023 paper, "PFGM++: Unlocking the Potential of Physics-Inspired Generative Models"☆381Updated 2 years ago
- a simple unofficial implementation of classifier-free diffusion guidance☆210Updated 2 years ago
- A simple tutorial of Diffusion Probabilistic Models☆108Updated last year
- Implementation of Autoregressive Diffusion in Pytorch☆430Updated 3 weeks ago