https://github.com/masaishi/understand-stable-diffusion-slidev
The presentation slide that explains image generation using Latent Diffusion Models through source code.
https://github.com/masaishi/understand-stable-diffusion-slidev
image-generation latent-diffusion-models slides stable-diffusion
Last synced: 3 months ago
JSON representation
The presentation slide that explains image generation using Latent Diffusion Models through source code.
- Host: GitHub
- URL: https://github.com/masaishi/understand-stable-diffusion-slidev
- Owner: masaishi
- Created: 2024-05-29T00:58:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T02:35:50.000Z (about 1 year ago)
- Last Synced: 2025-01-17T20:41:02.406Z (5 months ago)
- Topics: image-generation, latent-diffusion-models, slides, stable-diffusion
- Language: Vue
- Homepage: https://masaishi.github.io/understand-stable-diffusion-slidev/
- Size: 48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Understand Stable Diffusion from Code
This slide explains image generation using Latent Diffusion Models through source code. This slide explains the mechanism of image generation through the code of a library called [parediffusers](https://github.com/masaishi/parediffusers), which simplifies diffusers.
## [Slide Link](https://masaishi.github.io/understand-stable-diffusion-slidev/)
[Issues](https://github.com/masaishi/understand-stable-diffusion-slidev/issues): Please let me know if you find any mistakes.
[Discussions](https://github.com/masaishi/understand-stable-diffusion-slidev/discussions): Please let me know if you have questions.
[Pull Requests](https://github.com/masaishi/understand-stable-diffusion-slidev/pulls): Please let me know if you have any improvements.