anchor commited on
Commit
b2949c0
1 Parent(s): 6eaf5f4

update motion model, musev and musev_referencenet

Browse files
motion/musev/unet/config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet3DConditionModel",
3
+ "_diffusers_version": "0.21.0.dev0",
4
+ "_name_or_path": "/cfs-datasets/users/anchorxia/experiments/musev/outputs/20231018_AnivV0_tfm=TT_2SelfAttn_reference-only_noise=vf/checkpoints/checkpoint-16400/",
5
+ "act_fn": "silu",
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 320,
9
+ 640,
10
+ 1280,
11
+ 1280
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "class_embeddings_concat": false,
16
+ "conv_in_kernel": 3,
17
+ "conv_out_kernel": 3,
18
+ "cross_attention_dim": 768,
19
+ "down_block_types": [
20
+ "CrossAttnDownBlock3D",
21
+ "CrossAttnDownBlock3D",
22
+ "CrossAttnDownBlock3D",
23
+ "DownBlock3D"
24
+ ],
25
+ "downsample_padding": 1,
26
+ "dual_cross_attention": false,
27
+ "flip_sin_to_cos": true,
28
+ "freq_shift": 0,
29
+ "in_channels": 4,
30
+ "keep_vision_condtion": false,
31
+ "layers_per_block": 2,
32
+ "mid_block_scale_factor": 1,
33
+ "mid_block_type": "UNetMidBlock3DCrossAttn",
34
+ "need_adain_temporal_cond": true,
35
+ "need_spatial_position_emb": false,
36
+ "need_t2i_ip_adapter": true,
37
+ "need_transformer_in": true,
38
+ "need_zero_vis_cond_temb": true,
39
+ "norm_eps": 1e-05,
40
+ "norm_num_groups": 32,
41
+ "num_class_embeds": null,
42
+ "only_cross_attention": false,
43
+ "out_channels": 4,
44
+ "projection_class_embeddings_input_dim": null,
45
+ "resnet_2d_skip_time_act": false,
46
+ "resnet_time_scale_shift": "default",
47
+ "sample_size": 64,
48
+ "t2i_ip_adapter_attn_processor": "NonParamReferenceIPXFormersAttnProcessor",
49
+ "temporal_conv_block": "TemporalConvLayer",
50
+ "temporal_transformer": "TransformerTemporalModel",
51
+ "time_cond_proj_dim": null,
52
+ "time_embedding_type": "positional",
53
+ "timestep_post_act": null,
54
+ "up_block_types": [
55
+ "UpBlock3D",
56
+ "CrossAttnUpBlock3D",
57
+ "CrossAttnUpBlock3D",
58
+ "CrossAttnUpBlock3D"
59
+ ],
60
+ "upcast_attention": false,
61
+ "use_anivv1_cfg": false,
62
+ "use_linear_projection": false
63
+ }
motion/musev/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb9579635bb9aa892919ed29bb4163b13c8e76833b628bd30899f8cb854b1b24
3
+ size 5680558644
motion/musev_referencenet/ip_adapter_image_proj.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d590237340010d0e744470650ffa6ae441eeb64dca685d10f30492feb63cca91
3
+ size 12603123
motion/musev_referencenet/referencenet/config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ReferenceNet2D",
3
+ "_diffusers_version": "0.24.0.dev0",
4
+ "_name_or_path": "/cfs-datasets/users/anchorxia/proj/musev/outputs/20231219_m=AnivV2_visnoise=1_referencenet_downblock_ipadapter/checkpoints/checkpoint-50000",
5
+ "act_fn": "silu",
6
+ "addition_embed_type": null,
7
+ "addition_embed_type_num_heads": 64,
8
+ "addition_time_embed_dim": null,
9
+ "attention_head_dim": 8,
10
+ "attention_type": "default",
11
+ "block_out_channels": [
12
+ 320,
13
+ 640,
14
+ 1280,
15
+ 1280
16
+ ],
17
+ "center_input_sample": false,
18
+ "class_embed_type": null,
19
+ "class_embeddings_concat": false,
20
+ "conv_in_kernel": 3,
21
+ "conv_out_kernel": 3,
22
+ "cross_attention_dim": 1280,
23
+ "cross_attention_norm": null,
24
+ "down_block_types": [
25
+ "CrossAttnDownBlock2D",
26
+ "CrossAttnDownBlock2D",
27
+ "CrossAttnDownBlock2D",
28
+ "DownBlock2D"
29
+ ],
30
+ "downsample_padding": 1,
31
+ "dropout": 0.0,
32
+ "dual_cross_attention": false,
33
+ "encoder_hid_dim": null,
34
+ "encoder_hid_dim_type": null,
35
+ "flip_sin_to_cos": true,
36
+ "freq_shift": 0,
37
+ "in_channels": 4,
38
+ "layers_per_block": 2,
39
+ "mid_block_only_cross_attention": null,
40
+ "mid_block_scale_factor": 1,
41
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
42
+ "need_block_embs": true,
43
+ "need_self_attn_block_embs": false,
44
+ "norm_eps": 1e-05,
45
+ "norm_num_groups": 32,
46
+ "num_attention_heads": null,
47
+ "num_class_embeds": null,
48
+ "only_cross_attention": false,
49
+ "out_channels": 4,
50
+ "projection_class_embeddings_input_dim": null,
51
+ "remove_unused_layer": true,
52
+ "resnet_out_scale_factor": 1.0,
53
+ "resnet_skip_time_act": false,
54
+ "resnet_time_scale_shift": "default",
55
+ "reverse_transformer_layers_per_block": null,
56
+ "sample_size": null,
57
+ "time_cond_proj_dim": null,
58
+ "time_embedding_act_fn": null,
59
+ "time_embedding_dim": null,
60
+ "time_embedding_type": "positional",
61
+ "timestep_post_act": null,
62
+ "transformer_layers_per_block": 1,
63
+ "up_block_types": [
64
+ "UpBlock2D",
65
+ "CrossAttnUpBlock2D",
66
+ "CrossAttnUpBlock2D",
67
+ "CrossAttnUpBlock2D"
68
+ ],
69
+ "upcast_attention": false,
70
+ "use_linear_projection": false
71
+ }
motion/musev_referencenet/referencenet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c0b063bd509a8461e095565ca754f50d0e322998c4036c4191839388cc52205
3
+ size 1394979885
motion/musev_referencenet/unet/config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet3DConditionModel",
3
+ "_diffusers_version": "0.24.0.dev0",
4
+ "_name_or_path": "/cfs-datasets/users/anchorxia/proj/musev/outputs/20231219_m=AnivV2_visnoise=1_referencenet_downblock_ipadapter/checkpoints/checkpoint-50000",
5
+ "act_fn": "silu",
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 320,
9
+ 640,
10
+ 1280,
11
+ 1280
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "class_embeddings_concat": false,
16
+ "conv_in_kernel": 3,
17
+ "conv_out_kernel": 3,
18
+ "cross_attention_dim": 768,
19
+ "down_block_types": [
20
+ "CrossAttnDownBlock3D",
21
+ "CrossAttnDownBlock3D",
22
+ "CrossAttnDownBlock3D",
23
+ "DownBlock3D"
24
+ ],
25
+ "downsample_padding": 1,
26
+ "dual_cross_attention": false,
27
+ "flip_sin_to_cos": true,
28
+ "freq_shift": 0,
29
+ "in_channels": 4,
30
+ "ip_adapter_cross_attn": true,
31
+ "keep_vision_condtion": true,
32
+ "layers_per_block": 2,
33
+ "mid_block_scale_factor": 1,
34
+ "mid_block_type": "UNetMidBlock3DCrossAttn",
35
+ "need_adain_temporal_cond": true,
36
+ "need_refer_emb": true,
37
+ "need_spatial_position_emb": false,
38
+ "need_t2i_ip_adapter": true,
39
+ "need_transformer_in": false,
40
+ "need_zero_vis_cond_temb": true,
41
+ "norm_eps": 1e-05,
42
+ "norm_num_groups": 32,
43
+ "norm_spatial_length": true,
44
+ "num_class_embeds": null,
45
+ "only_cross_attention": false,
46
+ "out_channels": 4,
47
+ "projection_class_embeddings_input_dim": null,
48
+ "resnet_2d_skip_time_act": true,
49
+ "resnet_time_scale_shift": "default",
50
+ "sample_size": 64,
51
+ "spatial_max_length": 2048,
52
+ "t2i_crossattn_ip_adapter_attn_processor": "T2IReferencenetIPAdapterXFormersAttnProcessor",
53
+ "t2i_ip_adapter_attn_processor": "NonParamReferenceIPXFormersAttnProcessor",
54
+ "temporal_conv_block": "TemporalConvLayer",
55
+ "temporal_transformer": "TransformerTemporalModel",
56
+ "time_cond_proj_dim": null,
57
+ "time_embedding_type": "positional",
58
+ "timestep_post_act": null,
59
+ "up_block_types": [
60
+ "UpBlock3D",
61
+ "CrossAttnUpBlock3D",
62
+ "CrossAttnUpBlock3D",
63
+ "CrossAttnUpBlock3D"
64
+ ],
65
+ "upcast_attention": false,
66
+ "use_anivv1_cfg": true,
67
+ "use_linear_projection": false
68
+ }
motion/musev_referencenet/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36807f2ff465566e9d8ba99c56f7c93380386099fbb8b6251a80406d4b089699
3
+ size 5930137448