File size: 1,250 Bytes
068781c | 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": 4,
"last_link_id": 3,
"nodes": [
{
"id": 1,
"type": "LoadImage",
"pos": [50, 80],
"size": [320, 314],
"outputs": [
{"name": "IMAGE", "type": "IMAGE", "links": [1], "slot_index": 0},
{"name": "MASK", "type": "MASK", "links": null}
],
"widgets_values": ["example.png", "image"]
},
{
"id": 2,
"type": "TopazProteusUpscale",
"pos": [420, 80],
"size": [380, 420],
"inputs": [
{"name": "image", "type": "IMAGE", "link": 1}
],
"outputs": [
{"name": "IMAGE", "type": "IMAGE", "links": [2], "slot_index": 0}
],
"widgets_values": [
"prob-v4-fgnet-fp16-480x384-2x-ox.onnx",
"balanced_default",
0.0,
0.5,
0.5,
0.0,
0.5,
0.5,
true
]
},
{
"id": 3,
"type": "SaveImage",
"pos": [840, 80],
"size": [320, 270],
"inputs": [
{"name": "images", "type": "IMAGE", "link": 2}
],
"widgets_values": ["topaz_proteus_2x"]
}
],
"links": [
[1, 1, 0, 2, 0, "IMAGE"],
[2, 2, 0, 3, 0, "IMAGE"]
],
"groups": [],
"config": {},
"extra": {},
"version": 0.4
}
|