generated from fofr/cog-comfyui
-
Notifications
You must be signed in to change notification settings - Fork 9
/
workflow_api.json
87 lines (87 loc) · 1.72 KB
/
workflow_api.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
{
"1": {
"inputs": {},
"class_type": "DownloadAndLoadLivePortraitModels",
"_meta": {
"title": "(Down)Load LivePortraitModels"
}
},
"4": {
"inputs": {
"image": "image.png",
"upload": "image"
},
"class_type": "LoadImage",
"_meta": {
"title": "Load Image"
}
},
"8": {
"inputs": {
"video": "driving_video.mp4",
"force_rate": 0,
"force_size": "Disabled",
"custom_width": 512,
"custom_height": 512,
"frame_load_cap": 32,
"skip_first_frames": 0,
"select_every_nth": 1
},
"class_type": "VHS_LoadVideo",
"_meta": {
"title": "Load Video (Upload) 🎥🅥🅗🅢"
}
},
"23": {
"inputs": {
"frame_rate": 24,
"loop_count": 0,
"filename_prefix": "R8_LivePortrait",
"format": "video/h264-mp4",
"pix_fmt": "yuv420p",
"crf": 19,
"save_metadata": false,
"pingpong": false,
"save_output": true,
"images": [
"30",
1
]
},
"class_type": "VHS_VideoCombine",
"_meta": {
"title": "Video Combine 🎥🅥🅗🅢"
}
},
"30": {
"inputs": {
"dsize": 512,
"scale": 2.3,
"vx_ratio": 0,
"vy_ratio": -0.125,
"lip_zero": true,
"eye_retargeting": false,
"eyes_retargeting_multiplier": 1,
"lip_retargeting": false,
"lip_retargeting_multiplier": 1,
"stitching": true,
"relative": true,
"pipeline": [
"1",
0
],
"source_image": [
"4",
0
],
"driving_images": [
"8",
0
]
},
"class_type": "LivePortraitProcess",
"_meta": {
"title": "LivePortraitProcess"
}
}
}