Skip to content

Commit 1acc4d1

Browse files
committed
update
1 parent 63fb7c3 commit 1acc4d1

File tree

2 files changed

+29
-20
lines changed

2 files changed

+29
-20
lines changed

src/assets/video/singing/1.mp4

4.24 MB
Binary file not shown.

src/index.json

Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -104,58 +104,67 @@
104104
"description": "The overview of the proposed pipeline. Specifically, we integrates a reference image containing a portrait with corresponding audio input to drive portrait animation. Optional visual synthesis weights can be used to balance lip, expression, and pose weights. ReferenceNet encodes global visual texture information for consistent and controllable character animation. Face and audio encoders generate high-fidelity portrait identity features and encode audio as motion information respectively. The module of hierarchical audio-driven visual synthesis establishes relationships between audio and visual components (lips, expression, pose), with a UNet denoiser used in the diffusion process."
105105
}
106106
},
107+
{
108+
"template": "single-video",
109+
"props": {
110+
"title": "Hallo Singing",
111+
"items": [
112+
"assets/video/singing/1.mp4"
113+
]
114+
}
115+
},
107116
{
108117
"template": "video-comparision",
109118
"props": {
110-
"title": "Portrait Style",
119+
"title": "",
111120
"items": [
112121
[
113-
"assets/video/portrait_style/4.mp4",
114-
"assets/video/portrait_style/3.mp4"
115-
],
116-
[
117-
"assets/video/portrait_style/2.mp4",
118-
"assets/video/portrait_style/1.mp4"
122+
"assets/video/opera/1.mp4",
123+
"assets/video/opera/2.mp4"
119124
]
120125
]
121126
}
122127
},
123128
{
124129
"template": "video-comparision",
125130
"props": {
126-
"title": "Cross Actor",
131+
"title": "Speedy Rhythm",
127132
"items": [
128133
[
129-
"assets/video/cross_actor/1.mp4",
130-
"assets/video/cross_actor/2.mp4"
131-
],
132-
[
133-
"assets/video/cross_actor/3.mp4",
134-
"assets/video/cross_actor/4.mp4"
134+
"assets/video/rap/1.mp4",
135+
"assets/video/rap/2.mp4"
135136
]
136137
]
137138
}
138139
},
139140
{
140141
"template": "video-comparision",
141142
"props": {
142-
"title": "Opera Audio",
143+
"title": "Portrait Style",
143144
"items": [
144145
[
145-
"assets/video/opera/1.mp4",
146-
"assets/video/opera/2.mp4"
146+
"assets/video/portrait_style/4.mp4",
147+
"assets/video/portrait_style/3.mp4"
148+
],
149+
[
150+
"assets/video/portrait_style/2.mp4",
151+
"assets/video/portrait_style/1.mp4"
147152
]
148153
]
149154
}
150155
},
151156
{
152157
"template": "video-comparision",
153158
"props": {
154-
"title": "",
159+
"title": "Cross Actor",
155160
"items": [
156161
[
157-
"assets/video/rap/1.mp4",
158-
"assets/video/rap/2.mp4"
162+
"assets/video/cross_actor/1.mp4",
163+
"assets/video/cross_actor/2.mp4"
164+
],
165+
[
166+
"assets/video/cross_actor/3.mp4",
167+
"assets/video/cross_actor/4.mp4"
159168
]
160169
]
161170
}

0 commit comments

Comments
 (0)