File size: 1,775 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 67 68 69 70 71 72 73 74 | {
"last_node_id": 4,
"last_link_id": 3,
"nodes": [
{
"id": 1,
"type": "VHS_LoadImagesPath",
"pos": [40, 80],
"size": [340, 340],
"outputs": [
{"name": "IMAGE", "type": "IMAGE", "links": [1], "slot_index": 0},
{"name": "frame_count","type": "INT", "links": null, "slot_index": 1}
],
"widgets_values": {
"directory": "/workspace/ComfyUI/input/video_frames/",
"image_load_cap": 0,
"skip_first_images": 0,
"select_every_nth": 1
}
},
{
"id": 2,
"type": "TopazProteusVideoBatch",
"pos": [420, 80],
"size": [400, 440],
"inputs": [
{"name": "frames", "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,
0.5,
true
]
},
{
"id": 3,
"type": "VHS_VideoCombine",
"pos": [860, 80],
"size": [380, 380],
"inputs": [
{"name": "images", "type": "IMAGE", "link": 2}
],
"widgets_values": {
"frame_rate": 24,
"loop_count": 0,
"filename_prefix": "topaz_proteus_batch",
"format": "video/h264-mp4",
"pingpong": false,
"save_output": true
}
}
],
"links": [
[1, 1, 0, 2, 0, "IMAGE"],
[2, 2, 0, 3, 0, "IMAGE"]
],
"groups": [],
"config": {},
"extra": {
"comment": "Uses VideoHelperSuite (VHS_LoadImagesPath / VHS_VideoCombine). Swap for a plain LoadImage sequence if VHS isn't installed."
},
"version": 0.4
}
|