Skip to content

Stable diffusion implementation for understanding the paper

Notifications You must be signed in to change notification settings

stqwzr/stable_diffusion_implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Stable Diffusion implementation

This project aims to create a custom implementation of the stable diffusion technique for generating high-quality images from text prompts. Stable Diffusion is a generative model that iteratively refines noise into a coherent image based on the given text input.

Implemented Components

  • VAE (Variational Autoencoder)
  • CLIP (Contrastive Language–Image Pretraining)
  • Attention Mechanism
  • Time Embedding
  • Attention UNet is in progress
  • Denoising Algorithm
  • Full Pipeline

About

Stable diffusion implementation for understanding the paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages