Skip to content

Commit

Permalink
update_web
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang-zx committed Jun 3, 2024
1 parent 78aae9a commit 9dd841d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ <h2 class="title is-3">Method</h2>

<h2 class="title is-3">Comparisons</h2>
<div class="content has-text-justified">
<table width="100%" border="0" align="center">
<table width="100%" border="0" align="center" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="5" style="text-align: left;">
Expand Down Expand Up @@ -548,16 +548,16 @@ <h2 class="title is-3">Comparisons</h2>

<tr align="center">
<td rowspan="2" width="20%">
SVD <a href="https://arxiv.org/abs/2311.15127">[1]</a> </br> 25 steps
<p>SVD <a href="https://arxiv.org/abs/2311.15127">[1]</a> </br> 25 steps</p>
</td>
<td rowspan="2" width="20%">
SVD <a href="https://arxiv.org/abs/2311.15127">[1]</a> </br> 16 steps
<p>SVD <a href="https://arxiv.org/abs/2311.15127">[1]</a> </br> 16 steps</p>
</td>
<td rowspan="2" width="20%">
SVD <a href="https://arxiv.org/abs/2311.15127">[1]</a> </br> 8 steps
<p>SVD <a href="https://arxiv.org/abs/2311.15127">[1]</a> </br> 8 steps</p>
</td>
<td rowspan="2" width="20%">
AnimateLCM <a href="https://arxiv.org/abs/2402.00769">[2]</a> </br> 4 steps
<p>AnimateLCM <a href="https://arxiv.org/abs/2402.00769">[2]</a> </br> 4 steps</p>
</td>
<td rowspan="2" width="20%">
<p style="color:red;">Ours</br> 1 step </p>
Expand Down
11 changes: 10 additions & 1 deletion static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,4 +353,13 @@ body {
left: 0 !important;
width: 100% !important;
height: 100% !important;
}
}

table
{
table-layout: fixed;
}
td
{
word-wrap:break-word;
}

0 comments on commit 9dd841d

Please sign in to comment.