-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
16 lines (13 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<head>
<!--<link rel="icon" type="image/webp" href="/images/icon_tea_light.webp" />-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Understand Stable Diffusion from Code">
<meta property="og:description" content="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, which simplifies diffusers.">
<meta property="og:image" content="https://masaishi.github.io/understand-stable-diffusion-slidev/images/card_img.webp">
<meta property="og:image:alt" content="A detailed graphic illustrating the 4-step process of the Latent Diffusion Model.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://masaishi.github.io/understand-stable-diffusion-slidev">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@masaishi2001">
<meta name="twitter:title" content="Understand Stable Diffusion from Code">
</head>