Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakangYuan committed Oct 10, 2024
1 parent 72b892d commit b96e844
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,13 @@ <h2 class="title is-3">Abstract</h2>
<!-- Image carousel -->
<section class="hero is-small">
<div class="hero-body">
<div class="container">
<div class="container", style="max-width: 900px">
<!-- <div id="results-carousel" class="carousel results-carousel"> -->
<div class="item">
<h2>different prompts may require different steps of noise prediction</h2>
<!-- Your image here -->
<img src="static/images/Fig1_adadiffusion.png" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
<h2 class="subtitle has-text-centered", style="font-size: 1rem">
Different prompts may have different denoising paths to generate the high-quality image. For Prompt 1, we only need 20 steps out of 50 steps for noise predictions to generate an almost lossless image, while for Prompt 2, we need 26 steps out of 50 steps to achieve an almost lossless image.
</h2>
</div>
Expand Down

0 comments on commit b96e844

Please sign in to comment.