-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdemo.html
More file actions
117 lines (105 loc) · 4.94 KB
/
demo.html
File metadata and controls
117 lines (105 loc) · 4.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Make Pixels Dance: High-Dynamic Video Generation">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Make Pixels Dance: High-Dynamic Video Generation</title>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">
<link rel='icon' type='image/png' href='static/assets/logo_plus.png'>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
<style>
body {
font-family: Noto Sans, sans-serif;
}
span {
color: red;
}
</style>
</head>
<body>
<article class="message is-info" style="width: 60%; margin:2em">
<div class="message-header">
<p>Tips</p>
</div>
<div class="message-body">
<h2>
Our model is still in the process of iterative upgrades, and we will open it up for user testing within the next 2-3 months. <br>
At present, we welcome everyone to send us the samples they want to test.
As long as suitable instructions are provided, we believe that everyone can create videos with cooler effects:
</h2>
<div class="content">
<ul>
<li>
The instructions should be in the format: <span><Text description, First frame guidance (image), Last frame guidance (image)></span> or <span><Text description, First frame guidance (image)></span>;
<ul>
<li>
Please note that it is hard for the model to understand particularly complex text. Complex video effects may need to rely on information provided by the <Last frame>. The text description mainly plays a supporting role;
</li>
<li>
the text description only supports English;
</li>
</ul>
</li>
<li>
We will prioritize processing cooler test samples;
</li>
<li>
Please do not send pornographic, political, bloody, etc. test samples;
</li>
<li>
Please indicate in the email whether we are allowed to publicly display it. We will prioritize cases that allow public display;
</li>
<li>
The model effect is still being iteratively improved. There is limited manpower for testing, please be patient.
</li>
<li>
Contact: zjn@bytedance.com
</li>
</ul>
</div>
</div>
</article>
<article class="message is-primary" style="width: 60%; margin:2em">
<div class="message-header">
<p>Tips</p>
</div>
<div class="message-body">
<h2>
我们的模型仍在迭代升级中,我们将会在2-3月内开放用户测试。<br>
目前,我们欢迎大家把想要测试的样例发给我们,只要提供合适的instructions,我们相信大家一定能做出更酷炫的效果:<br>
</h2>
<div class="content">
<ul>
<li>
instructions格式为:<span><描述(纯文本), 首帧指导(图片), 尾帧指导(图片)></span>,或者<span><描述(纯文本), 首帧指导(图片)></span>;
<ul>
<li>
注意不要期待模型很好地理解特别复杂的文本,复杂的视频效果需要依靠<尾帧>提供信息,文本描述主要起到配合作用;
</li>
<li>
文本描述仅支持英文;
</li>
</ul>
</li>
<li>
我们会优先处理更酷炫的测试样例;
</li>
<li>
请不要发送 色情、政治、血腥等测试样例;
</li>
<li>
请在邮件中注明是否允许我们公开展示,我们会优先处理允许公开的样例;
</li>
<li>
模型效果仍在迭代提升中,用于测试的人力有限,请耐心等待。
</li>
<li>
联系方式:zjn@bytedance.com
</li>
</ul>
</div>
</div>
</article>
</body>
</html>