Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
@zhushou.lhy committed Dec 12, 2023
1 parent 62601b2 commit bd9847f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gallery_0.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h5 class="text-center" style="text-align: center">Authors anonymized</h5>
<div class="container" style="max-width: 1024px;">
<div class="row">
<div class="col-sm-12">
<h2>Additional Examples (1-10 / 35)</h2>
<h2>Additional Examples (1-10 / 37)</h2>
<p>† denotes "a head of". ‡ denotes "a DSLR portrait of".</p>
<p>Check <a href="./test_0.html">this page</a> for the comparison results over 10 test prompts.</p>
</div>
Expand Down
14 changes: 13 additions & 1 deletion gallery_3.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h5 class="text-center" style="text-align: center">Authors anonymized</h5>
<div class="container" style="max-width: 1024px;">
<div class="row">
<div class="col-sm-12">
<h2>Additional Examples (31-35 / 35)</h2>
<h2>Additional Examples (31-37 / 37)</h2>
<p>† denotes "a head of". ‡ denotes "a DSLR portrait of".</p>
<p>Check <a href="./test_0.html">this page</a> for the comparison results over 10 test prompts.</p>
</div>
Expand Down Expand Up @@ -165,6 +165,18 @@ <h2>Additional Examples (31-35 / 35)</h2>
</video>
<p class="compare-caption">‡ Doctor Strange</p>
</div>
<div class="col-md-6 captioned_videos" id="res_35" style="margin-top: 0px; margin-bottom: 0px ;">
<video class="video lazy" loop playsinline autoplay muted style="width: 100%">
<source data-src="static/more_results/head_sculpture_Mario.mp4" type="video/mp4"></source>
</video>
<p class="compare-caption">a head sculpture of Mario</p>
</div>
<div class="col-md-6 captioned_videos" id="res_36" style="margin-top: 0px; margin-bottom: 0px ;">
<video class="video lazy" loop playsinline autoplay muted style="width: 100%">
<source data-src="static/more_results/Pandaren.mp4" type="video/mp4"></source>
</video>
<p class="compare-caption">† Pandaren from World of Warcraft</p>
</div>


</div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,11 @@ <h6 class="caption">† Illidan Stormrage</h6>
<div class="col-4">
<div class="video-compare-container" style="width: 100%">
<video class="video lazy" id="ex9" loop playsinline autoplay muted onplay="resizeAndPlay(this)" style="height: 0px;">
<source data-src="static/examples/Joker.mp4" type="video/mp4"></source>
<source data-src="static/more_results/head_sculpture_Mario.mp4" type="video/mp4"></source>
</video>
<canvas height="752" class="videoMerge" id="ex9Merge" width="1002"></canvas>
</div>
<h6 class="caption">‡ Joker in DC</h6>
<h6 class="caption">a head sculpture of Mario</h6>
</div>
</div>
<div class="col-sm-4 my-auto center" style="margin-left:auto; margin-right: auto;">
Expand Down
Binary file added static/more_results/Pandaren.mp4
Binary file not shown.
Binary file added static/more_results/head_sculpture_Mario.mp4
Binary file not shown.

0 comments on commit bd9847f

Please sign in to comment.