Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
journey-zhuang authored Dec 3, 2024
1 parent d2a1a39 commit 89baca7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ <h2 class="title is-3 has-text-centered">Ablation Studies</h2>
<!-- Ablation on DSSD -->
<div class="column">
<div class="content">
<h2 class="title is-4">Ablation on DSSD</h2>
<h2 class="title is-4">Ablation: DSSD</h2>
<img src="./static/images/ablation_dssd.png" alt="DSSD Ablation Study" class="ablation-image">
<p>Ablation on <i>DSSD</i> (Dynamic Style Score Distillation)</p>
</div>
Expand All @@ -507,7 +507,7 @@ <h2 class="title is-4">Ablation on DSSD</h2>
<!-- Ablation on PSO -->
<div class="column">
<div class="content">
<h2 class="title is-4">Ablation on PSO</h2>
<h2 class="title is-4">Ablation: PSO</h2>
<img src="./static/images/ablation_outpainting.png" alt="Outpainting Ablation Study" class="ablation-image">
<p>Ablation on <i>PSO</i> (Progressive Style Outpainting)</p>
</div>
Expand All @@ -517,7 +517,7 @@ <h2 class="title is-4">Ablation on PSO</h2>
<!-- Ablation on Gaussian Refinement -->
<div class="column">
<div class="content">
<h2 class="title is-4">Ablation on Gaussian Refinement</h2>
<h2 class="title is-4">Ablation: Gaussian Refine</h2>
<img src="./static/images/ablation_gaussian_refine.png" alt="Gaussian Refinement Ablation Study" class="ablation-image">
<p>Ablation on <i>Gaussian Refinement</i></p>
</div>
Expand Down

0 comments on commit 89baca7

Please sign in to comment.