Upload 2 files
Browse files- config.json +51 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"AsymmetricMagVitV2Pipline"
|
4 |
+
],
|
5 |
+
"decoder": {
|
6 |
+
"ch": 128,
|
7 |
+
"ch_mult": [
|
8 |
+
1,
|
9 |
+
2,
|
10 |
+
4,
|
11 |
+
4
|
12 |
+
],
|
13 |
+
"double_z": true,
|
14 |
+
"in_channels": 3,
|
15 |
+
"num_res_blocks": 2,
|
16 |
+
"out_ch": 3,
|
17 |
+
"temporal_up_layers": [
|
18 |
+
2,
|
19 |
+
3
|
20 |
+
],
|
21 |
+
"type": "VideoDecoder",
|
22 |
+
"video_frame_num": 17,
|
23 |
+
"z_channels": 16
|
24 |
+
},
|
25 |
+
"encoder": {
|
26 |
+
"ch": 128,
|
27 |
+
"ch_mult": [
|
28 |
+
1,
|
29 |
+
2,
|
30 |
+
4,
|
31 |
+
4
|
32 |
+
],
|
33 |
+
"double_z": true,
|
34 |
+
"down_sampling_layer": [
|
35 |
+
1,
|
36 |
+
2
|
37 |
+
],
|
38 |
+
"in_channels": 3,
|
39 |
+
"num_res_blocks": 2,
|
40 |
+
"out_ch": 3,
|
41 |
+
"type": "VideoEncoder",
|
42 |
+
"video_frame_num": 17,
|
43 |
+
"z_channels": 16
|
44 |
+
},
|
45 |
+
"model_type": "AsymmetricMagVitV2Pipline",
|
46 |
+
"regularizer": {
|
47 |
+
"type": "DiagonalGaussianRegularizer"
|
48 |
+
},
|
49 |
+
"torch_dtype": "bfloat16",
|
50 |
+
"transformers_version": "4.19.1"
|
51 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e010cbfbf30d580a67ef378efa21378a8ce2c566bf2af6d3f388e46c5c7a091
|
3 |
+
size 518409738
|