Push model using huggingface_hub.
Browse files- README.md +11 -0
- config.json +37 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- model_hub_mixin
|
5 |
+
- pytorch_model_hub_mixin
|
6 |
+
---
|
7 |
+
|
8 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
9 |
+
- Code: https://github.com/VicFonch/Multi-Input-Resshift-Diffusion-VFI
|
10 |
+
- Paper: https://arxiv.org/pdf/2504.05402
|
11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"etas_end": 0.99,
|
3 |
+
"flow_kwargs": {
|
4 |
+
"pretrained_path": "_pretrain_models/anime_interp_full.ckpt"
|
5 |
+
},
|
6 |
+
"flow_model": "raft",
|
7 |
+
"kappa": 2.0,
|
8 |
+
"min_noise_level": 0.04,
|
9 |
+
"p": 0.3,
|
10 |
+
"synthesis_kwargs": {
|
11 |
+
"channels": [
|
12 |
+
128,
|
13 |
+
256,
|
14 |
+
384,
|
15 |
+
512
|
16 |
+
],
|
17 |
+
"dropout": 0.0,
|
18 |
+
"expansion_rate": 1.5,
|
19 |
+
"grid_attn": true,
|
20 |
+
"heads": 1,
|
21 |
+
"in_channels": 3,
|
22 |
+
"num_conv_blocks": 1,
|
23 |
+
"temb_channels": 512,
|
24 |
+
"window_attn": true,
|
25 |
+
"window_size": 8
|
26 |
+
},
|
27 |
+
"timesteps": 20,
|
28 |
+
"warping_kwargs": {
|
29 |
+
"channels": [
|
30 |
+
128,
|
31 |
+
256,
|
32 |
+
384,
|
33 |
+
512
|
34 |
+
],
|
35 |
+
"in_channels": 3
|
36 |
+
}
|
37 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edae20251685ddc446791d76f235f65da1bd41f4746e1000f6f51c52000c9b3d
|
3 |
+
size 538596576
|