-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathworkflow_api.json
More file actions
50 lines (50 loc) · 1.31 KB
/
workflow_api.json
File metadata and controls
50 lines (50 loc) · 1.31 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
{
"14": {
"_meta": {
"title": "Video Combine 🎥🅥🅗🅢"
},
"inputs": {
"crf": 22,
"format": "video/h265-mp4",
"images": [
"16",
0
],
"pix_fmt": "yuv420p10le",
"pingpong": false,
"frame_rate": 8,
"loop_count": 0,
"save_output": true,
"save_metadata": true,
"filename_prefix": [
"17",
0
]
},
"class_type": "VHS_VideoCombine"
},
"16": {
"_meta": {
"title": "External Image (ComfyUI Deploy)"
},
"inputs": {
"input_id": "input_image",
"description": "",
"display_name": "",
"default_value_url": "https://comfy-deploy-output.s3.us-east-2.amazonaws.com/assets/img_TnmbjHniCjjETWkh.png"
},
"class_type": "ComfyUIDeployExternalImage"
},
"17": {
"_meta": {
"title": "External Text (ComfyUI Deploy)"
},
"inputs": {
"input_id": "filename_prefix",
"description": "",
"display_name": "",
"default_value": "MyVideo"
},
"class_type": "ComfyUIDeployExternalText"
}
}