ExplainingAI

Results 3 repositories owned by ExplainingAI

VQVAE-Pytorch

19
Stars
2
Forks
Watchers

This repo implements VQVAE on mnist and as well as colored version of mnist images. It also implements simple LSTM for generating sample numbers using the encoder outputs of trained VQVAE

DDPM-Pytorch

24
Stars
6
Forks
Watchers

This repo implements Denoising Diffusion Probabilistic Models (DDPM) in Pytorch

StableDiffusion-PyTorch

51
Stars
12
Forks
Watchers

This repo implements a Stable Diffusion model in PyTorch with all the essential components.