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.
☆34Updated 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:
- Stable Diffusion implemented from scratch in PyTorch☆913Updated 8 months ago
- This repo implements a Stable Diffusion model in PyTorch with all the essential components.☆216Updated 7 months ago
- Creating a diffusion model from scratch in PyTorch to learn exactly how they work.☆369Updated 3 months ago
- This repo implements Denoising Diffusion Probabilistic Models (DDPM) in Pytorch☆138Updated 7 months ago
- Collection of tutorials on diffusion models, step-by-step implementation guide, scripts for generating images with AI, prompt engineering…☆123Updated 4 months ago
- Pytorch implementation of Diffusion Models (https://arxiv.org/pdf/2006.11239.pdf)☆414Updated 2 years ago
- Conditional diffusion model to generate MNIST. Minimal script. Based on 'Classifier-Free Diffusion Guidance'.☆777Updated last year
- Implementation of Classifier Free Guidance in Pytorch, with emphasis on text conditioning, and flexibility to include multiple text embed…☆490Updated 4 months ago
- 🦍 Stanford CS236 : Deep Generative Models☆141Updated 6 years ago
- Self-contained, minimalistic implementation of diffusion models with Pytorch.☆1,077Updated 3 years ago
- A simple tutorial of Diffusion Probabilistic Models☆96Updated 7 months ago
- Rebuild the Stable Diffusion Model in a single python script. Tutorial for Harvard ML from Scratch Series☆212Updated 5 months ago
- A simple tutorial of Variational AutoEncoders with Pytorch☆398Updated last year
- This repo implements Diffusion Transformers(DiT) in PyTorch and provides training and inference code on CelebHQ dataset☆41Updated 6 months ago
- Elucidating the Design Space of Diffusion-Based Generative Models (EDM)☆1,722Updated last year
- A mini-library for training consistency models.☆246Updated last year
- A series of tutorial notebooks on denoising diffusion probabilistic models in PyTorch☆695Updated 2 years ago
- Pytorch implementation of Diffusion Models (https://arxiv.org/pdf/2006.11239.pdf)☆1,344Updated last year
- DiffusionFastForward: a free course and experimental framework for diffusion-based generative models☆652Updated 2 years ago
- Implement a MNIST(also minimal) version of denoising diffusion probabilistic model from scratch.The model only has 4.55MB.☆125Updated 2 years ago
- Implementation of the paper "Denoising Diffusion Probabilistic Models" in PyTorch☆65Updated 2 years ago
- A summary of related works about flow matching, stochastic interpolants☆500Updated 3 months ago
- Implementation of rectified flow and some of its followup research / improvements in Pytorch☆326Updated last month
- a simple unofficial implementation of classifier-free diffusion guidance☆203Updated 2 years ago
- Minimal Implementation of a D3PM in pytorch☆238Updated last year
- Text to Image Latent Diffusion using a Transformer core☆192Updated 10 months ago
- EDM2 and Autoguidance -- Official PyTorch implementation☆741Updated 7 months ago
- Official Implementation of Rectified Flow (ICLR2023 Spotlight)☆1,321Updated 11 months ago
- Pytorch implementation of VQGAN (Taming Transformers for High-Resolution Image Synthesis) (https://arxiv.org/pdf/2012.09841.pdf)☆526Updated 11 months ago
- A collection of resources and papers on Vector Quantized Variational Autoencoder (VQ-VAE) and its application☆293Updated 5 months ago