Skip to content

Commit

Permalink
add social media tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yhZhai committed Jun 17, 2024
1 parent 377bd68 commit 54d6205
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@
<!-- Replace the content tag with appropriate information -->
<meta name="description" content="This website hosts our paper ``Motion Consistency Model: Accelerating Video Diffusion with Disentangled
Motion-Appearance Distillation''.">
<meta property="og:title" content="SOCIAL MEDIA TITLE TAG" />
<meta property="og:description" content="SOCIAL MEDIA DESCRIPTION TAG TAG" />
<meta property="og:url" content="URL OF THE WEBSITE" />
<meta property="og:title" content="Motion Consistency Model: Accelerating Video Diffusion with Disentangled
Motion-Appearance Distillation" />
<meta property="og:description" content="Our motion consistency model not only accelerates text2video diffusion model
sampling process, but also can
benefit from an additional high-quality image dataset to improve the frame quality of
generated videos." />
<meta property="og:url" content="https://yhzhai.github.io/mcm/" />
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="static/image/your_banner_image.png" />
<meta property="og:image" content="static/images/illustration.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />

Expand Down

0 comments on commit 54d6205

Please sign in to comment.