Upload 4 files
Browse files
train_syntheocc/controlnet/config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel1x1",
|
3 |
+
"_diffusers_version": "0.26.0.dev0",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"addition_embed_type": null,
|
6 |
+
"addition_embed_type_num_heads": 64,
|
7 |
+
"addition_time_embed_dim": null,
|
8 |
+
"attention_head_dim": [
|
9 |
+
5,
|
10 |
+
10,
|
11 |
+
20,
|
12 |
+
20
|
13 |
+
],
|
14 |
+
"block_out_channels": [
|
15 |
+
320,
|
16 |
+
640,
|
17 |
+
1280,
|
18 |
+
1280
|
19 |
+
],
|
20 |
+
"class_embed_type": null,
|
21 |
+
"conditioning_channels": 257,
|
22 |
+
"conditioning_embedding_out_channels": [
|
23 |
+
16,
|
24 |
+
32,
|
25 |
+
96,
|
26 |
+
256
|
27 |
+
],
|
28 |
+
"controlnet_conditioning_channel_order": "rgb",
|
29 |
+
"cross_attention_dim": 1024,
|
30 |
+
"down_block_types": [
|
31 |
+
"CrossAttnDownBlock2D",
|
32 |
+
"CrossAttnDownBlock2D",
|
33 |
+
"CrossAttnDownBlock2D",
|
34 |
+
"DownBlock2D"
|
35 |
+
],
|
36 |
+
"downsample_padding": 1,
|
37 |
+
"encoder_hid_dim": null,
|
38 |
+
"encoder_hid_dim_type": null,
|
39 |
+
"flip_sin_to_cos": true,
|
40 |
+
"freq_shift": 0,
|
41 |
+
"global_pool_conditions": false,
|
42 |
+
"in_channels": 4,
|
43 |
+
"layers_per_block": 2,
|
44 |
+
"mid_block_scale_factor": 1,
|
45 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
46 |
+
"norm_eps": 1e-05,
|
47 |
+
"norm_num_groups": 32,
|
48 |
+
"num_attention_heads": null,
|
49 |
+
"num_class_embeds": null,
|
50 |
+
"only_cross_attention": false,
|
51 |
+
"projection_class_embeddings_input_dim": null,
|
52 |
+
"resnet_time_scale_shift": "default",
|
53 |
+
"transformer_layers_per_block": 1,
|
54 |
+
"upcast_attention": true,
|
55 |
+
"use_linear_projection": true
|
56 |
+
}
|
train_syntheocc/controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5274f4c5eb2627979d53aa534101ffdd78ff303d18c2b29d6ec51dc5497d2ead
|
3 |
+
size 1453347528
|
train_syntheocc/unet/config.json
ADDED
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DConditionModelMultiview",
|
3 |
+
"_diffusers_version": "0.26.0.dev0",
|
4 |
+
"_name_or_path": "/hpc2hdd/home/lli181/long_video/animate-anything/download/AI-ModelScope/stable-diffusion-v2-1",
|
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": [
|
10 |
+
5,
|
11 |
+
10,
|
12 |
+
20,
|
13 |
+
20
|
14 |
+
],
|
15 |
+
"attention_type": "default",
|
16 |
+
"block_out_channels": [
|
17 |
+
320,
|
18 |
+
640,
|
19 |
+
1280,
|
20 |
+
1280
|
21 |
+
],
|
22 |
+
"center_input_sample": false,
|
23 |
+
"class_embed_type": null,
|
24 |
+
"class_embeddings_concat": false,
|
25 |
+
"conv_in_kernel": 3,
|
26 |
+
"conv_out_kernel": 3,
|
27 |
+
"cross_attention_dim": 1024,
|
28 |
+
"cross_attention_norm": null,
|
29 |
+
"crossview_attn_type": "basic",
|
30 |
+
"down_block_types": [
|
31 |
+
"CrossAttnDownBlock2D",
|
32 |
+
"CrossAttnDownBlock2D",
|
33 |
+
"CrossAttnDownBlock2D",
|
34 |
+
"DownBlock2D"
|
35 |
+
],
|
36 |
+
"downsample_padding": 1,
|
37 |
+
"dropout": 0.0,
|
38 |
+
"dual_cross_attention": false,
|
39 |
+
"encoder_hid_dim": null,
|
40 |
+
"encoder_hid_dim_type": null,
|
41 |
+
"flip_sin_to_cos": true,
|
42 |
+
"freq_shift": 0,
|
43 |
+
"img_size": [
|
44 |
+
448,
|
45 |
+
800
|
46 |
+
],
|
47 |
+
"in_channels": 4,
|
48 |
+
"layers_per_block": 2,
|
49 |
+
"mid_block_only_cross_attention": null,
|
50 |
+
"mid_block_scale_factor": 1,
|
51 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
52 |
+
"neighboring_attn_type": "add",
|
53 |
+
"neighboring_view_pair": {
|
54 |
+
"0": [
|
55 |
+
5,
|
56 |
+
1
|
57 |
+
],
|
58 |
+
"1": [
|
59 |
+
0,
|
60 |
+
2
|
61 |
+
],
|
62 |
+
"2": [
|
63 |
+
1,
|
64 |
+
3
|
65 |
+
],
|
66 |
+
"3": [
|
67 |
+
2,
|
68 |
+
4
|
69 |
+
],
|
70 |
+
"4": [
|
71 |
+
3,
|
72 |
+
5
|
73 |
+
],
|
74 |
+
"5": [
|
75 |
+
4,
|
76 |
+
0
|
77 |
+
]
|
78 |
+
},
|
79 |
+
"norm_eps": 1e-05,
|
80 |
+
"norm_num_groups": 32,
|
81 |
+
"num_attention_heads": null,
|
82 |
+
"num_class_embeds": null,
|
83 |
+
"only_cross_attention": false,
|
84 |
+
"out_channels": 4,
|
85 |
+
"projection_class_embeddings_input_dim": null,
|
86 |
+
"resnet_out_scale_factor": 1.0,
|
87 |
+
"resnet_skip_time_act": false,
|
88 |
+
"resnet_time_scale_shift": "default",
|
89 |
+
"reverse_transformer_layers_per_block": null,
|
90 |
+
"sample_size": 96,
|
91 |
+
"time_cond_proj_dim": null,
|
92 |
+
"time_embedding_act_fn": null,
|
93 |
+
"time_embedding_dim": null,
|
94 |
+
"time_embedding_type": "positional",
|
95 |
+
"timestep_post_act": null,
|
96 |
+
"trainable_state": "only_new",
|
97 |
+
"transformer_layers_per_block": 1,
|
98 |
+
"up_block_types": [
|
99 |
+
"UpBlock2D",
|
100 |
+
"CrossAttnUpBlock2D",
|
101 |
+
"CrossAttnUpBlock2D",
|
102 |
+
"CrossAttnUpBlock2D"
|
103 |
+
],
|
104 |
+
"upcast_attention": true,
|
105 |
+
"use_linear_projection": true,
|
106 |
+
"zero_module_type": "zero_linear"
|
107 |
+
}
|
train_syntheocc/unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4b40450d8430fb4716b5d919d443f341940bf68d639dc50da988db7db05b164
|
3 |
+
size 1979932280
|