-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathexample-workflow.json
94 lines (94 loc) · 1.48 KB
/
example-workflow.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
{
"last_node_id": 33,
"last_link_id": 23,
"nodes": [
{
"id": 32,
"type": "YoutubeDLNode",
"pos": [
772,
726
],
"size": {
"0": 400,
"1": 220.00001525878906
},
"flags": {},
"order": 0,
"mode": 0,
"outputs": [
{
"name": "AUDIO",
"type": "AUDIO",
"links": [
23
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "YoutubeDLNode"
},
"widgets_values": [
"https://www.youtube.com/watch?v=oFqVvjq6BGM",
0,
0,
5,
false,
false,
""
]
},
{
"id": 33,
"type": "PreviewAudio",
"pos": [
1228,
726
],
"size": {
"0": 315,
"1": 76.00001525878906
},
"flags": {},
"order": 1,
"mode": 0,
"inputs": [
{
"name": "audio",
"type": "AUDIO",
"link": 23
}
],
"properties": {
"Node name for S&R": "PreviewAudio"
},
"widgets_values": [
null
]
}
],
"links": [
[
23,
32,
0,
33,
0,
"AUDIO"
]
],
"groups": [],
"config": {},
"extra": {
"ds": {
"scale": 1.663333435058594,
"offset": [
-405.4974548540774,
-426.079534904821
]
}
},
"version": 0.4
}