Skip to content

Commit

Permalink
se
Browse files Browse the repository at this point in the history
  • Loading branch information
aqitya committed Nov 26, 2024
1 parent 366f282 commit a68bff4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@
<h1> Project 5A</h1>
<p> NOTE: Apogloies for any small screenshots.</p>
<p> In this project, we will implement and deploy diffusion models for image generation</p>
<h4> Part 0</h4>
<p> Before we begin, we first set the seed for everything, which we use a value of 8481923857. Any value works typically, I just facerolled on my keyboard to get that number. Afterwards, we generate the following images</p>
<img src = 'partA/0.png'>
<p> Quality looks good and the images follow the text-prompt pretty well.</p>

<h4> Part 1.1</h4>
<p> In part A, we will play around with diffusion models, implement diffusion sampling loops, and use them for other tasks such as inpainting and creating optical illusions</p>
<p> We will write "sampling loops" that use the pretrained DeepFloyd denoisers. The hope is to produce high quality images.</p>
Expand Down
Binary file added 5/partA/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a68bff4

Please sign in to comment.