instara-models / workflows /workflow_chronos_interp.json
parlorsky's picture
Sync all workflows from vast instance (42 files)
068781c verified
Raw
History Blame Contribute Delete
1.56 kB
{
"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
}