Skip to content

Add files via upload #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added ai/echomimic_v3/asserts/algo_framework.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 ai/echomimic_v3/asserts/arxiv.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 ai/echomimic_v3/asserts/github.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 ai/echomimic_v3/asserts/hugface.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 ai/echomimic_v3/asserts/logo.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 ai/echomimic_v3/asserts/modelscope.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
214 changes: 214 additions & 0 deletions ai/echomimic_v3/asserts/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,214 @@
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
font-family: 'Open-Sans', sans-serif;
font-weight: 300;
background-color: #fff;
transform: scale(1);
transform-origin: 0 0;
}
.content {
width: 1000px;
padding: 25px 50px;
margin: 25px auto;
background-color: white;
box-shadow: 0px 0px 10px #999;
border-radius: 15px;
font-family: "Google Sans";
}
.contentblock {
width: 950px;
margin: 0 auto;
padding: 0;
border-spacing: 25px 0;
}
.contentblock td {
background-color: #fff;
padding: 25px 50px;
vertical-align: top;
box-shadow: 0px 0px 10px #999;
border-radius: 15px;
}
a, a:visited {
color: #224b8d;
font-weight: 300;
}
#authors {
text-align: center;
margin-bottom: 20px;
font-size: 20px;
}
#conference {
text-align: center;
margin-bottom: 20px;
font-style: italic;
}
#authors a {
margin: 0 10px;
}
h1 {
text-align: center;
font-size: 35px;
font-weight: 300;
}
h2 {
font-size: 30px;
font-weight: 300;
}
code {
display: block;
padding: 10px;
margin: 10px 10px;
}
p {
line-height: 25px;
text-align: justify;
}
p code {
display: inline;
padding: 0;
margin: 0;
}
#teasers {
margin: 0 auto;
}
#teasers td {
margin: 0 auto;
text-align: center;
padding: 5px;
}
#teasers img {
width: 250px;
}
#results img {
width: 133px;
}
#seeintodark {
margin: 0 auto;
}
#sift {
margin: 0 auto;
}
#sift img {
width: 250px;
}
.downloadpaper {
padding-left: 20px;
float: right;
text-align: center;
}
.downloadpaper a {
font-weight: bold;
text-align: center;
}
.teaser-img {
width: 80%;
display: block;
margin-left: auto;
margin-right: auto;
}
.teaser-gif {
display: block;
margin-left: auto;
margin-right: auto;
}
.summary-img {
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}
.video-iframe {
width: 1000;
height: 800;
margin: auto;
display: block;
}
.container {
height: 30%;
display: flex;
align-items: flex-start;
justify-content: flex-start;
overflow: hidden;
/* align-items: center; */
/* flex-direction: column; */
/* justify-content: center */
}
.image {
flex-basis: 40%
}
.text {
font-size: 20px;
padding-left: 20px;
}
.center {
margin-left: auto;
margin-right: auto;
}
.boxshadow {
border: 1px solid;
padding: 10px;
box-shadow: 2px 2px 5px #888888;
}
.spacertr {
height: 8px;
}
.spacertd {
width: 40px;
}

.scale {
width: 300px;
}

.image-caption {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}

.image-caption img{
max-width: 100%;
}

.prompt {
color: #9a26a5;
}
.vertical-line {
border-left: 1px solid black;
height: 100px;
margin: 20px 20px;
margin-bottom: 75px;
height: 150px;
}

.dreambooth{
color:rgba(3, 94, 136, 0.966);
}

.ab-image-caption {
text-align: center;
}

.ab-image-caption img {
height: 250px;
width: 250px;
}

.ab-image-caption .caption {
font-size: 18px;
margin-top: 10px;
}
.gallery {
width: 100%;
}
.gallery .row {
display: flex;
padding: 0 4px;
justify-content: space-between;
}
.gallery .row img {
width: 100%;
}
Binary file modified ai/echomimic_v3/asserts/teaser.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 ai/echomimic_v3/asserts/wechat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.