Skip to content

Commit

Permalink
add figure
Browse files Browse the repository at this point in the history
  • Loading branch information
contextnet committed Apr 10, 2024
1 parent 58a36da commit c5fadde
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
Binary file added assets/images/musev_structure.png
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 assets/images/parallel_denoise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 12 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<!-- Add the navigation bar -->
<div class="navbar" id="navbar"></div>

<h1 id="What is MuseV">What is MuseV</h1>
<h2 id="What is MuseV">What is MuseV</h2>
<p><code>MuseV</code> is a diffusion-based virtual human video generation framework, which</p>
<ol>
<li>supports <strong>infinite length</strong> generation using a novel <strong>Visual Conditioned Parallel Denoising scheme</strong>.</li>
Expand All @@ -57,6 +57,13 @@ <h1 id="What is MuseV">What is MuseV</h1>
<li>training codes (coming very soon).</li>
</ol>

<h2 id="Overview of model structure" >Overview of model structure</h2>

<img src="/assets/images/musev_structure.png" width="986" height="703" alt="Pipeline">

<h2 id="Overview of parallel denoising" >Parallel Denoising</h2>

<img src="/assets/images/parallel_denoise.png" width="1000" height="290" alt="Pipeline">

<style>
img {
Expand All @@ -76,7 +83,7 @@ <h1 id="What is MuseV">What is MuseV</h1>
margin: auto;
}
</style>
<h1 id="Text2Video Demo" >Text2Video Genereation Demos</h1>
<h2 id="Text2Video Demo" >Text2Video Genereation Demos</h2>
<p></p>
<table border="0"> <!-- 表格边框设置为1 -->
<tr> <!-- 表格的一行 -->
Expand Down Expand Up @@ -310,7 +317,7 @@ <h1 id="Text2Video Demo" >Text2Video Genereation Demos</h1>

</table>

<h1 id="Video2Video Demo" >Video2Video Genereation Demos</h1>
<h2 id="Video2Video Demo" >Video2Video Genereation Demos</h2>
<p></p>
<table border="0"> <!-- 表格边框设置为1 -->
<tr> <!-- 表格的一行 -->
Expand All @@ -330,7 +337,7 @@ <h1 id="Video2Video Demo" >Video2Video Genereation Demos</h1>
</table>
<video src="/assets/demo_videos/video1_plus.mp4" width="1000" height="900" controls>
</video>
<h1 id="Long Video Generation" >Long Video Genereation</h1>
<h2 id="Long Video Generation" >Long Video Genereation</h2>
<p></p>
<table border="0"> <!-- 表格边框设置为1 -->
<tr> <!-- 表格的一行 -->
Expand Down Expand Up @@ -362,7 +369,7 @@ <h1 id="Long Video Generation" >Long Video Genereation</h1>
const navbar = document.getElementById("navbar");

// Get all h1 elements on the page
const headings = document.getElementsByTagName("h1");
const headings = document.getElementsByTagName("h2");

// Loop through all h1 elements and create a link for each one
for (const heading of headings) {
Expand Down

0 comments on commit c5fadde

Please sign in to comment.