Sapsan-VFI / config.json
SnJake's picture
Upload 3 files
7ed57cd verified
raw
history blame contribute delete
665 Bytes
{
"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"
}