explainingai-code / VAE-Pytorch
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.
☆22Updated 4 months ago
Related projects ⓘ
Alternatives and complementary repositories for VAE-Pytorch
- This repo implements Denoising Diffusion Probabilistic Models (DDPM) in Pytorch☆75Updated 8 months ago
- A mini-library for training consistency models.☆216Updated 10 months ago
- A summary of related works about flow matching, stochastic interpolants☆337Updated 3 months ago
- Minimal Implementation of a D3PM in pytorch☆184Updated 7 months ago
- Official code repository of "HyperDiffusion: Generating Implicit Neural Fields with Weight-Space Diffusion" @ ICCV 2023☆180Updated 5 months ago
- A simple tutorial of Variational AutoEncoders with Pytorch☆334Updated 9 months ago
- Creating a diffusion model from scratch in PyTorch to learn exactly how they work.☆329Updated 6 months ago
- code for "Diffusion Forcing: Next-token Prediction Meets Full-Sequence Diffusion"☆617Updated last week
- Implementation of Classifier Free Guidance in Pytorch, with emphasis on text conditioning, and flexibility to include multiple text embed…☆366Updated last month
- Code for ICML 2023 paper, "PFGM++: Unlocking the Potential of Physics-Inspired Generative Models"☆360Updated last year
- This repo implements a Stable Diffusion model in PyTorch with all the essential components.☆144Updated this week
- Implementation of Autoregressive Diffusion in Pytorch☆302Updated 3 weeks ago
- The Pytorch Tutorial of Score-based and Diffusion Model☆304Updated 5 months ago
- A simple tutorial of Diffusion Probabilistic Models☆83Updated 2 years ago
- Elucidating the Design Space of Diffusion-Based Generative Models (EDM)☆1,410Updated 8 months ago
- Official Pytorch Implementation of Representation Alignment for Generation: Training Diffusion Transformers Is Easier Than You Think☆674Updated last week
- Consistency Models Made Easy☆228Updated last month
- [ICML 2024 Best Paper] Discrete Diffusion Modeling by Estimating the Ratios of the Data Distribution (https://arxiv.org/abs/2310.16834)☆410Updated 8 months ago
- A series of tutorial notebooks on denoising diffusion probabilistic models in PyTorch☆647Updated 2 years ago
- PyTorch implementation of MAR+DiffLoss https://arxiv.org/abs/2406.11838☆1,038Updated last month
- ☆239Updated last month
- Analyzing and Improving the Training Dynamics of Diffusion Models (EDM2)☆534Updated 5 months ago
- TorchCFM: a Conditional Flow Matching library☆1,254Updated last week
- 🔥🔥🔥Official Codebase of "DiT-3D: Exploring Plain Diffusion Transformers for 3D Shape Generation"☆235Updated 6 months ago
- A minimal yet resourceful implementation of diffusion models (along with pretrained models + synthetic images for nine datasets)☆258Updated 2 months ago
- A collection of resources and papers on Vector Quantized Variational Autoencoder (VQ-VAE) and its application☆221Updated 7 months ago
- DDPO for finetuning diffusion models, implemented in PyTorch with LoRA support☆436Updated 8 months ago
- Official PyTorch implementation of the paper: Flow Matching in Latent Space☆209Updated 3 weeks ago
- Train VAE like a boss☆248Updated last month
- Conditional diffusion model to generate MNIST. Minimal script. Based on 'Classifier-Free Diffusion Guidance'.☆663Updated 10 months ago