Stable Diffusion model from scratch (Stable Diffusion v1)
- VAE (from scratch)
- UNet (from scratch)
- Forward process
- Denoising/Diffusion process
- used dog dataset to train the model (https://chaladze.com/l5/)
- Create file/folder for notebook created functions
- Flow matching
- Implement Diffusion Transformer (Stable diffusion v3)
- Implement Pipeline process
- conda enviornment setup