-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschema.json
56 lines (56 loc) · 1.81 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
{
"$schema": "http://json-schema.org/draft-04/hyper-schema#",
"type": "object",
"properties": {
"readme": {
"type": "string",
"title": "Hallo2: Long-Duration and High-Resolution Audio-Driven Portrait Image Animation",
"author": "Jiahao Cui, Hui Li, Yao Yao, Hao Zhu, Hanlin Shang, Kaihui Cheng, Hang Zhou, Siyu Zhu, Jingdong Wang",
"code": "https://github.com/fudan-generative-vision/hallo2",
"paper": "https://arxiv.org/abs/2410.07718",
"page": "https://fudan-generative-vision.github.io/hallo2/#/",
"api": "https://github.com/camenduru/tost-api-examples/blob/main/v1/hallo2.ipynb",
"tags": [
"Image to Talking Video"
],
"widget": "readme"
},
"upload1": {
"type": "string",
"widget": "upload",
"upload_url": "https://litterbox.catbox.moe/resources/internals/api.php",
"property": "input_image"
},
"input_image": {
"type": "string",
"description": "Input Image URL",
"widget": "textarea"
},
"upload2": {
"type": "string",
"widget": "upload",
"upload_url": "https://litterbox.catbox.moe/resources/internals/api.php",
"property": "input_audio"
},
"input_audio": {
"type": "string",
"description": "Input Audio URL",
"widget": "textarea"
},
"example": {
"type": "string",
"image1": "https://fakeimg.pl/512x512/282828/eae0d0/?text=input#.png",
"image2": "https://files.catbox.moe/f691if.jpg",
"image3": "https://fakeimg.pl/512x512/282828/eae0d0/?text=output#.png",
"image4": "https://files.catbox.moe/8ilths.mp4",
"video_aspect_ratio": "100%",
"widget": "example"
}
},
"buttons": [
{
"id": "enter",
"label": "🥪 Enter"
}
]
}