-
Notifications
You must be signed in to change notification settings - Fork 0
/
schema.json
94 lines (94 loc) · 3.11 KB
/
schema.json
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
{
"$schema": "http://json-schema.org/draft-04/hyper-schema#",
"type": "object",
"properties": {
"readme": {
"type": "string",
"title": "HunyuanVideo: A Systematic Framework For Large Video Generative Models",
"author": "Weijie Kong, Qi Tian, Zijian Zhang, Rox Min, Zuozhuo Dai, Jin Zhou, Jiangfeng Xiong, Xin Li, Bo Wu, Jianwei Zhang, Kathrina Wu, Qin Lin, Aladdin Wang, Andong Wang, Changlin Li, Duojun Huang, Fang Yang, Hao Tan, Hongmei Wang, Jacob Song, Jiawang Bai, Jianbing Wu, Jinbao Xue, Joey Wang, Junkun Yuan, Kai Wang, Mengyang Liu, Pengyu Li, Shuai Li, Weiyan Wang, Wenqing Yu, Xinchi Deng, Yang Li, Yanxin Long, Yi Chen, Yutao Cui, Yuanbo Peng, Zhentao Yu, Zhiyu He, Zhiyong Xu, Zixiang Zhou, Zunnan Xu, Yangyu Tao, Qinglin Lu, Songtao Liu, Dax Zhou, Hongfa Wang, Yong Yang, Di Wang, Yuhong Liu, and Jie Jiang, along with Caesar Zhong",
"page": "https://aivideo.hunyuan.tencent.com/",
"code": "https://github.com/Tencent/HunyuanVideo",
"jupyter": "https://github.com/camenduru/hunyuan-video-jupyter",
"api": "https://github.com/camenduru/tost-api-examples/blob/main/v1/hunyuan-video.ipynb",
"tags": [
"Text to Video"
],
"widget": "readme"
},
"positive_prompt": {
"type": "string",
"description": "Positive Prompt",
"widget": "textarea"
},
"height": {
"type": "integer",
"description": "Height",
"widget": "hidden"
},
"width": {
"type": "integer",
"description": "Width",
"widget": "hidden"
},
"video_length": {
"type": "integer",
"description": "Video Length",
"widget": "hidden"
},
"seed": {
"type": "integer",
"description": "Seed (if 0 random)"
},
"negative_prompt": {
"type": "string",
"description": "Negative Prompt",
"widget": "textarea"
},
"infer_steps": {
"type": "integer",
"description": "infer_steps",
"widget": "hidden"
},
"guidance_scale": {
"type": "number",
"description": "Guidance Scale",
"widget": "hidden"
},
"num_videos_per_prompt": {
"type": "integer",
"description": "Num Videos Per Prompt",
"widget": "hidden"
},
"flow_shift": {
"type": "number",
"description": "Flow Shift",
"widget": "hidden"
},
"batch_size": {
"type": "integer",
"description": "Batch Size",
"widget": "hidden"
},
"embedded_guidance_scale": {
"type": "number",
"description": "Embedded Guidance Scale",
"widget": "hidden"
},
"example": {
"type": "string",
"image1": "https://files.catbox.moe/xz0tug.mp4",
"image2": "https://files.catbox.moe/zj1hmt.mp4",
"image3": "https://files.catbox.moe/4l9s7g.mp4",
"image4": "https://files.catbox.moe/mlhohp.mp4",
"video_aspect_ratio": "60%",
"line1": "Video: 50% 640x368 pixels, 5 seconds",
"widget": "example"
}
},
"buttons": [
{
"id": "enter",
"label": "🥪 Enter"
}
]
}