Upload 3 files
Browse files- Sapsan-VFI.pt +3 -0
- Sapsan-VFI.safetensors +3 -0
- config.json +33 -0
Sapsan-VFI.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:234a37f48410422c788a1dcb038c0ba537eb6e5183fe51f9df91c6550633ccab
|
| 3 |
+
size 216537701
|
Sapsan-VFI.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:974d6d5fba74e44045c105a823ef64db5daa499e0cb58e6a964827c2c8da6f0c
|
| 3 |
+
size 216506384
|
config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "Sapsan-VFI",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"SapsanVFI"
|
| 5 |
+
],
|
| 6 |
+
"task": "video-frame-interpolation",
|
| 7 |
+
"fps_multiplier": 2,
|
| 8 |
+
"input_frames": 2,
|
| 9 |
+
"output_frames": 3,
|
| 10 |
+
"base_channels": 64,
|
| 11 |
+
"num_scales": 4,
|
| 12 |
+
"flow_refine_depth": 3,
|
| 13 |
+
"fusion_depth": 3,
|
| 14 |
+
"attention_window": 8,
|
| 15 |
+
"use_occlusion_mask": true,
|
| 16 |
+
"library_name": "pytorch",
|
| 17 |
+
"framework": "pytorch",
|
| 18 |
+
"license": "mit",
|
| 19 |
+
"format": "pt/safetensors",
|
| 20 |
+
"files": [
|
| 21 |
+
{
|
| 22 |
+
"file": "Sapsan-VFI.safetensors",
|
| 23 |
+
"format": "safetensors"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"file": "Sapsan-VFI.pt",
|
| 27 |
+
"format": "pt"
|
| 28 |
+
}
|
| 29 |
+
],
|
| 30 |
+
"default": "Sapsan-VFI.safetensors",
|
| 31 |
+
"repo": "SnJake/Sapsan-VFI"
|
| 32 |
+
}
|
| 33 |
+
|