Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinesmsuic committed May 28, 2024
1 parent 5a168f6 commit 98cc4d2
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
sdxl_models
_demo_temp

# Logging
*.out
*.bak
Expand Down
61 changes: 60 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ <h2 class="title is-3" style="color: darkgreen;">Subject Driven Editing</h2>
<div class="content has-text-justified">
<h2 class="title is-3" style="color: dodgerblue;">Style Transfer</h2>
<p>
AnyV2V uses NST for the 1st frame style edits. <b>Prior text-based methods struggle with unseen styles</b>. In contrast, AnyV2V seamlessly transfers any reference style to the video, uniquely allowing artists to use their own creations as references.
AnyV2V uses NST / InstantStyle for the 1st frame style edits. <b>Prior text-based methods struggle with unseen styles</b>. In contrast, AnyV2V seamlessly transfers any reference style to the video, uniquely allowing artists to use their own creations as references.
</p>
</div>
<!-- Row 1 -->
Expand All @@ -564,6 +564,27 @@ <h2 class="title is-3" style="color: dodgerblue;">Style Transfer</h2>
</video>
</div>
</div>

<div style="display: flex; justify-content: space-between; margin-bottom: 20px; margin-top: 20px;">
<div style="width: 50%; text-align: center;">
<div style="display: flex; align-items: center; justify-content: center;">
<div style="text-align: center; margin-bottom: 2px; background-color: #FFFFE0; font-family: 'Permanent Marker', cursive; margin-right: 5px;">Single Reference Style Image:</div>
<img src="./static/videos/style_transfer/style_2.jpg" width="12%" alt="style_1" />
</div>
<video autoplay controls muted loop playsinline width="60%" style="margin-top: 5px;">
<source src="./static/videos/style_transfer/style_2.mp4" type="video/mp4">
</video>
</div>
<div style="width: 50%; text-align: center;">
<div style="display: flex; align-items: center; justify-content: center;">
<div style="text-align: center; margin-bottom: 2px; background-color: #FFFFE0; font-family: 'Permanent Marker', cursive; margin-right: 5px;">Single Reference Style Image:</div>
<img src="./static/videos/style_transfer/style_5.jpg" width="22%" alt="style_1" />
</div>
<video autoplay controls muted loop playsinline width="60%" style="margin-top: 5px;">
<source src="./static/videos/style_transfer/style_5.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</section>
Expand Down Expand Up @@ -602,6 +623,44 @@ <h2 class="title is-3" style="color: blueviolet;">Identity Manipulation</h2>
</div>
</section>

<!-- Long Video Editing -->
<section class="hero is-light is-small">
<div class="hero-body has-text-centered">
<h1 class="title is-1 mmmu">Extra</h1>
</div>
</section>
<section class="video-grid">
<div class="container">
<div class="content has-text-justified">
<h2 class="title is-3" style="color: rgb(255, 0, 242);">Long Video Editing</h2>
<p>
AnyV2V can perform video editing beyond the training frames of the I2V Model.
</p>
</div>
<!-- Row 1 -->
<div style="display: flex; justify-content: space-between; margin-bottom: 20px; margin-top: 20px;">
<div style="width: 47%; text-align: center;">
<div style="text-align: center; margin-bottom: 2px; background-color: #FFFFE0; font-family: 'Permanent Marker', cursive;">
"Turn woman into <span style="color: darkred;">robot</span>"
</div>
<video autoplay controls muted loop playsinline width="100%">
<source src="./static/videos/long_video_results/tokyo-walk_robot.mp4" type="video/mp4">-
</video>
</div>
<div style="width: 47%; text-align: center;">
<div style="text-align: center; margin-bottom: 2px; background-color: #FFFFE0; font-family: 'Permanent Marker', cursive;">
"change her clothes to a <span style="color: darkred;">hoodie</span>"
</div>
<video autoplay controls muted loop playsinline width="100%">
<source src="./static/videos/long_video_results/woman-running_hoodie.mp4" type="video/mp4">-
</video>
</div>
</div>

</div>
</section>


<!-- RESULTS SECTION -->
<section class="hero is-light is-small">
<div class="hero-body has-text-centered">
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added static/videos/style_transfer/style_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/style_transfer/style_2.mp4
Binary file not shown.
Binary file added static/videos/style_transfer/style_5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/style_transfer/style_5.mp4
Binary file not shown.

0 comments on commit 98cc4d2

Please sign in to comment.