-
Notifications
You must be signed in to change notification settings - Fork 42
/
image-load.json
59 lines (59 loc) · 1.07 KB
/
image-load.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
{
"last_node_id": 1,
"last_link_id": 0,
"nodes": [
{
"id": 1,
"type": "Load image with metadata [Crystools]",
"pos": [
150,
200
],
"size": [
325,
350
],
"flags": {},
"order": 0,
"mode": 0,
"outputs": [
{
"name": "image",
"type": "IMAGE",
"links": null,
"shape": 3
},
{
"name": "mask",
"type": "MASK",
"links": null,
"shape": 3
},
{
"name": "prompt",
"type": "JSON",
"links": null,
"shape": 3
},
{
"name": "Metadata RAW",
"type": "METADATA_RAW",
"links": null,
"shape": 3
}
],
"properties": {
"Node name for S&R": "Load image with metadata [Crystools]"
},
"widgets_values": [
"tests/ComfyUI_00314_20-8-euler.png",
"image"
]
}
],
"links": [],
"groups": [],
"config": {},
"extra": {},
"version": 0.4
}