-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_workflow.json
More file actions
47 lines (47 loc) · 1012 Bytes
/
Copy pathexample_workflow.json
File metadata and controls
47 lines (47 loc) · 1012 Bytes
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
{
"last_node_id": 3,
"last_link_id": 2,
"nodes": [
{
"id": 1,
"type": "SaveCaptionFiles",
"pos": [400, 200],
"size": {"0": 300, "1": 200},
"flags": {},
"order": 0,
"mode": 0,
"inputs": {
"text": "这是一个示例caption文本\n用于演示SaveCaptionFiles节点的功能\n支持多行文本输入",
"output_directory": "output"
},
"title": "Save Caption Files",
"properties": {},
"widgets_values": [
"output"
]
},
{
"id": 2,
"type": "SaveCaptionFiles",
"pos": [800, 200],
"size": {"0": 300, "1": 200},
"flags": {},
"order": 1,
"mode": 0,
"inputs": {
"text": "另一个示例caption",
"output_directory": "output"
},
"title": "Save Caption Files",
"properties": {},
"widgets_values": [
"output"
]
}
],
"links": [],
"groups": [],
"config": {},
"extra": {},
"version": 0.4
}