File size: 1,558 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 60 61 62 63 64 65 66 | {
"last_node_id": 5,
"last_link_id": 4,
"nodes": [
{
"id": 1,
"type": "LoadImage",
"pos": [50, 60],
"size": [320, 314],
"outputs": [
{"name": "IMAGE", "type": "IMAGE", "links": [1], "slot_index": 0},
{"name": "MASK", "type": "MASK", "links": null}
],
"widgets_values": ["frame_a.png", "image"]
},
{
"id": 2,
"type": "LoadImage",
"pos": [50, 420],
"size": [320, 314],
"outputs": [
{"name": "IMAGE", "type": "IMAGE", "links": [2], "slot_index": 0},
{"name": "MASK", "type": "MASK", "links": null}
],
"widgets_values": ["frame_b.png", "image"]
},
{
"id": 3,
"type": "TopazChronosInterp",
"pos": [420, 200],
"size": [360, 220],
"inputs": [
{"name": "frame_a", "type": "IMAGE", "link": 1},
{"name": "frame_b", "type": "IMAGE", "link": 2}
],
"outputs": [
{"name": "IMAGE", "type": "IMAGE", "links": [3], "slot_index": 0}
],
"widgets_values": [
"chf-v3-fp16-480x384-ox.onnx",
0.5,
true
]
},
{
"id": 4,
"type": "SaveImage",
"pos": [820, 200],
"size": [320, 270],
"inputs": [
{"name": "images", "type": "IMAGE", "link": 3}
],
"widgets_values": ["topaz_chronos_midframe"]
}
],
"links": [
[1, 1, 0, 3, 0, "IMAGE"],
[2, 2, 0, 3, 1, "IMAGE"],
[3, 3, 0, 4, 0, "IMAGE"]
],
"groups": [],
"config": {},
"extra": {},
"version": 0.4
}
|