File size: 665 Bytes
7ed57cd |
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 |
{
"model_name": "Sapsan-VFI",
"architectures": [
"SapsanVFI"
],
"task": "video-frame-interpolation",
"fps_multiplier": 2,
"input_frames": 2,
"output_frames": 3,
"base_channels": 64,
"num_scales": 4,
"flow_refine_depth": 3,
"fusion_depth": 3,
"attention_window": 8,
"use_occlusion_mask": true,
"library_name": "pytorch",
"framework": "pytorch",
"license": "mit",
"format": "pt/safetensors",
"files": [
{
"file": "Sapsan-VFI.safetensors",
"format": "safetensors"
},
{
"file": "Sapsan-VFI.pt",
"format": "pt"
}
],
"default": "Sapsan-VFI.safetensors",
"repo": "SnJake/Sapsan-VFI"
}
|