Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 771 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 771 Bytes

一系列关于Diffusion、VAE、DiT等模型实现的教学相关代码集

阅读这个代码库的最佳方式是对应我录的视频来看,可以更好的理解。

可以在各个平台找到我的视频录播地址:

代码结构

  • /vae_from_scratch: VAE的原理实现
  • /diffusion_from_scratch:DDPM的原理实现
  • /stable_diffusion_from_scratch:(更新中)Stable Diffusion的实现...