Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminwoo committed May 29, 2024
1 parent 17cc4cf commit 8f20104
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,39 +211,47 @@ <h2 class="subtitle has-text-centered">
<div id="results-carousel" class="carousel results-carousel">
<div class="item">
<!-- Your image here -->
<div class="container">
<img src="static/images/output_image_golden_retriever.png" alt="Golden Retriever"/>
<h2 class="subtitle has-text-centered">
Uncurated 256×256 DiT-XL/2+DTR samples.
Classifier-free guidance scale = 1.5.
Class label = golden retriever (207)
</h2>
</div>
</div>
<div class="item">
<!-- Your image here -->
<div class="container">
<img src="static/images/output_image_goldfish.png" alt="Goldfish"/>
<h2 class="subtitle has-text-centered">
Uncurated 256×256 DiT-XL/2+DTR samples.
Classifier-free guidance scale = 1.5.
Class label = goldfish (1)
</h2>
</div>
</div>
<div class="item">
<!-- Your image here -->
<div class="container">
<img src="static/images/output_image_hummingbird.png" alt="Hummingbird"/>
<h2 class="subtitle has-text-centered">
Uncurated 256×256 DiT-XL/2+DTR samples.
Classifier-free guidance scale = 1.5.
Class label = hummingbird (94)
</h2>
</div>
</div>
<div class="item">
<!-- Your image here -->
<div class="container">
<img src="static/images/output_image_ostrich.png" alt="Ostrich"/>
<h2 class="subtitle has-text-centered">
Uncurated 256×256 DiT-XL/2+DTR samples.
Classifier-free guidance scale = 1.5.
Class label = “ostrich” (9)
</h2>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 8f20104

Please sign in to comment.