Upload 2 files
Browse files
CausalVAEModel_4x8x8/config.json
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "CausalVAEModel",
|
3 |
+
"_diffusers_version": "0.27.2",
|
4 |
+
"_name_or_path": "../results/pretrained_488_tail",
|
5 |
+
"attn_resolutions": [],
|
6 |
+
"decoder_attention": "AttnBlock3DFix",
|
7 |
+
"decoder_conv_in": "CausalConv3d",
|
8 |
+
"decoder_conv_out": "CausalConv3d",
|
9 |
+
"decoder_mid_resnet": "ResnetBlock3D",
|
10 |
+
"decoder_resnet_blocks": [
|
11 |
+
"ResnetBlock3D",
|
12 |
+
"ResnetBlock3D",
|
13 |
+
"ResnetBlock3D",
|
14 |
+
"ResnetBlock3D"
|
15 |
+
],
|
16 |
+
"decoder_spatial_upsample": [
|
17 |
+
"",
|
18 |
+
"SpatialUpsample2x",
|
19 |
+
"SpatialUpsample2x",
|
20 |
+
"SpatialUpsample2x"
|
21 |
+
],
|
22 |
+
"decoder_temporal_upsample": [
|
23 |
+
"",
|
24 |
+
"",
|
25 |
+
"TimeUpsampleRes2x",
|
26 |
+
"TimeUpsampleRes2x"
|
27 |
+
],
|
28 |
+
"double_z": true,
|
29 |
+
"dropout": 0.0,
|
30 |
+
"embed_dim": 4,
|
31 |
+
"encoder_attention": "AttnBlock3DFix",
|
32 |
+
"encoder_conv_in": "Conv2d",
|
33 |
+
"encoder_conv_out": "CausalConv3d",
|
34 |
+
"encoder_mid_resnet": "ResnetBlock3D",
|
35 |
+
"encoder_resnet_blocks": [
|
36 |
+
"ResnetBlock2D",
|
37 |
+
"ResnetBlock2D",
|
38 |
+
"ResnetBlock3D",
|
39 |
+
"ResnetBlock3D"
|
40 |
+
],
|
41 |
+
"encoder_spatial_downsample": [
|
42 |
+
"Downsample",
|
43 |
+
"Downsample",
|
44 |
+
"Downsample",
|
45 |
+
""
|
46 |
+
],
|
47 |
+
"encoder_temporal_downsample": [
|
48 |
+
"",
|
49 |
+
"TimeDownsampleRes2x",
|
50 |
+
"TimeDownsampleRes2x",
|
51 |
+
""
|
52 |
+
],
|
53 |
+
"hidden_size": 128,
|
54 |
+
"hidden_size_mult": [
|
55 |
+
1,
|
56 |
+
2,
|
57 |
+
4,
|
58 |
+
4
|
59 |
+
],
|
60 |
+
"in_channels": 3,
|
61 |
+
"loss_params": {
|
62 |
+
"disc_start": 2001,
|
63 |
+
"disc_weight": 0.5,
|
64 |
+
"kl_weight": 1e-06,
|
65 |
+
"logvar_init": 0.0
|
66 |
+
},
|
67 |
+
"loss_type": "opensora.models.ae.videobase.losses.LPIPSWithDiscriminator3D",
|
68 |
+
"lr": 1e-05,
|
69 |
+
"num_res_blocks": 2,
|
70 |
+
"out_channels": 3,
|
71 |
+
"q_conv": "CausalConv3d",
|
72 |
+
"resolution": 256,
|
73 |
+
"z_channels": 4
|
74 |
+
}
|
CausalVAEModel_4x8x8/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f89fe7ff56af4d4df9843a6c816b5516e173ec7e92c12dbcdca2bae11612fbb1
|
3 |
+
size 1065006772
|