Skip to content

Commit

Permalink
[Major] Add Application with KLING
Browse files Browse the repository at this point in the history
  • Loading branch information
Lirui-Zhao committed Aug 1, 2024
1 parent b7eb136 commit 9c64031
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
Binary file added figures/applications_kling.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 figures/applications_kling_1.mp4
Binary file not shown.
Binary file added figures/applications_kling_2.mp4
Binary file not shown.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,20 @@ <h2 class="title is-3">Visualization</h2>
<h2 class="title is-3">Application</h2>
<div class="content has-text-justified">
<p>
Applications combined with Diffree. (a): combined with anydoor to add a specific object. (b): using GPT4V to plan what should be added.
Applications combined with Diffree. (a): combined with anydoor to add a specific object. (b): using GPT4V to plan what should be added. (c): using KLING video model to make the edited image move.
</p>
</div>
<div class="content has-text-justified">
<div style="text-align: center; vertical-align:middle">
<img src="figures/applications.png" width="1000">
</div>
<img src="figures/applications_kling.jpg" width="600" height="200">
<video width="200" height="200" autoplay muted loop>
<source src="figures/applications_kling_1.mp4" type="video/mp4">
</video>
<video width="200" height="200" autoplay muted loop>
<source src="figures/applications_kling_2.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
Expand Down

0 comments on commit 9c64031

Please sign in to comment.