| { | |
| "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 | |
| } | |