Skip to content
View explainingai-code's full-sized avatar
Block or Report

Block or report explainingai-code

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. StableDiffusion-PyTorch StableDiffusion-PyTorch Public

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

    Python 51 12

  2. DDPM-Pytorch DDPM-Pytorch Public

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

    Python 24 6

  3. Dalle-Pytorch Dalle-Pytorch Public

    This repo implements and trains DallE-1 on a synthetically generated dataset which has colored mnist images on texture/solid background and auto generated captions.

    Python 9

  4. VQVAE-Pytorch VQVAE-Pytorch Public

    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

    Python 20 3

  5. VIT-Pytorch VIT-Pytorch Public

    This repo implements and trains Vision Transformer (VIT) on a synthetically generated dataset which has colored mnist images on texture backgrounds

    Python 4 3

  6. GANs-Pytorch GANs-Pytorch Public

    This repo implements a simple GAN with fc layers and trains it on MNIST

    Python