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