anordertoreclaim / PixelCNNLinks
PyTorch implementation of gated PixelCNN
☆59Updated last year
Alternatives and similar repositories for PixelCNN
Users that are interested in PixelCNN are comparing it to the libraries listed below
Sorting:
- A naive implementation of PixelCNN in Pytorch as described in A Oord et. al.☆63Updated 5 years ago
- Fred's PhD Thesis Project: VQ VAE 2 Image Compression☆31Updated 5 years ago
- PyTorch implementation of VQ-VAE-2 from "Generating Diverse High-Fidelity Images with VQ-VAE-2"☆163Updated 2 years ago
- [CVPR 2021 Oral] Official PyTorch implementation of Soft-IntroVAE from the paper "Soft-IntroVAE: Analyzing and Improving Introspective Va…☆198Updated 3 years ago
- PyTorch implementation of PixelCNN from "Pixel Recurrent Neural Networks"☆43Updated 4 years ago
- A PyTorch implementation of "Continuous Relaxation Training of Discrete Latent Variable Image Models"☆75Updated 5 years ago
- Pytorch implementations of generative models: VQVAE2, AIR, DRAW, InfoGAN, DCGAN, SSVAE☆93Updated 4 years ago
- Implementation of various DDPM papers to understand how they work☆89Updated 8 months ago
- An unofficial toy implementation for NVAE 《A Deep Hierarchical Variational Autoencoder》☆113Updated 4 years ago
- Unofficial Implementation of "Denoising Diffusion Probabilistic Models" in PyTorch(Lightning)☆91Updated 5 years ago
- Official implementation of "DiffuseVAE: Efficient, Controllable and High-Fidelity Generation from Low-Dimensional Latents"☆378Updated 3 years ago
- The official PyTorch implementation for NCSNv2 (NeurIPS 2020)☆317Updated 4 years ago
- Sliced Wasserstein Distance (SWD) in PyTorch☆115Updated 6 years ago
- A PyTorch implementation of ViTGAN based on paper ViTGAN: Training GANs with Vision Transformers.☆178Updated 3 years ago
- Implementation of Uformer, Attention-based Unet, in Pytorch☆96Updated 4 years ago
- Conditional Generative model (Normalizing Flow) and experimenting style transfer using this model☆80Updated 3 years ago
- ☆59Updated 3 years ago
- Pytorch implementation of the image transformer for unconditional image generation☆118Updated last year
- [ICCV 2021] A Pytorch implementation of "Manifold Matching via Deep Metric Learning for Generative Modeling"☆80Updated 2 years ago
- Pytorch implementations of autoregressive pixel models - PixelCNN, PixelCNN++, PixelSNAIL☆36Updated 6 years ago
- Denoising Diffusion Implicit Models