Skip to content

Commit a44f1da

Browse files
authored
Update section titles for clarity
1 parent 0a659b9 commit a44f1da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project-5/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h3>Images generated with num_inference_steps=100</h3>
145145
<!-- Part 1.1: Forward Process-->
146146
<!-- ========================================================= -->
147147
<section id="part-1-1">
148-
<h2>Part 1.1 – Implementing the forward process</h2>
148+
<h2>Part 1.1 – The forward process</h2>
149149

150150
To start, we have the original Campanile image at 64px:
151151
<div class="image-row">
@@ -383,7 +383,7 @@ <h4>Final predicted clean images</h4>
383383
<!-- Part 1.5: Unconditional Sampling -->
384384
<!-- ========================================================= -->
385385
<section id="part-1-5">
386-
<h2>Part 1.5 – Unconditional Sampling</h2>
386+
<h2>Part 1.5 – Diffusion Model Sampling</h2>
387387

388388
Starting with pure noise, we can obtain random denoise images by setting the starting index of <code>strided_timestamps</code> to 0, and using the prompt <code>'a high quality photo'</code>. Below are a few examples:
389389

0 commit comments

Comments
 (0)