harriswen commited on
Commit
a01a3b5
·
verified ·
1 Parent(s): a6ce0aa

Upload folder using huggingface_hub

Browse files
denoising_unet/config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet3DConditionModel",
3
+ "_diffusers_version": "0.28.0",
4
+ "act_fn": "silu",
5
+ "attention_head_dim": 8,
6
+ "block_out_channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "center_input_sample": false,
13
+ "class_embed_type": null,
14
+ "cross_attention_dim": 768,
15
+ "down_block_types": [
16
+ "CrossAttnDownBlock3D",
17
+ "CrossAttnDownBlock3D",
18
+ "CrossAttnDownBlock3D",
19
+ "DownBlock3D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "dual_cross_attention": false,
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 9,
26
+ "layers_per_block": 2,
27
+ "mid_block_scale_factor": 1,
28
+ "mid_block_type": "UNetMidBlock3DCrossAttn",
29
+ "motion_module_decoder_only": false,
30
+ "motion_module_kwargs": {
31
+ "attention_block_types": [
32
+ "Temporal_Self",
33
+ "Temporal_Self"
34
+ ],
35
+ "num_attention_heads": 8,
36
+ "num_transformer_block": 1,
37
+ "temporal_attention_dim_div": 1,
38
+ "temporal_position_encoding": true,
39
+ "temporal_position_encoding_max_len": 32
40
+ },
41
+ "motion_module_mid_block": true,
42
+ "motion_module_resolutions": [
43
+ 1,
44
+ 2,
45
+ 4,
46
+ 8
47
+ ],
48
+ "motion_module_type": "Vanilla",
49
+ "norm_eps": 1e-05,
50
+ "norm_num_groups": 32,
51
+ "num_class_embeds": null,
52
+ "only_cross_attention": false,
53
+ "out_channels": 4,
54
+ "resnet_time_scale_shift": "default",
55
+ "sample_size": 64,
56
+ "unet_use_cross_frame_attention": false,
57
+ "unet_use_temporal_attention": false,
58
+ "up_block_types": [
59
+ "UpBlock3D",
60
+ "CrossAttnUpBlock3D",
61
+ "CrossAttnUpBlock3D",
62
+ "CrossAttnUpBlock3D"
63
+ ],
64
+ "upcast_attention": false,
65
+ "use_inflated_groupnorm": true,
66
+ "use_linear_projection": false,
67
+ "use_motion_module": true
68
+ }
denoising_unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6fca55f25d1a8287049d970863aa7ffb0531d3bd670718418a4e2434544740e
3
+ size 2628084832
pose_guider/config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "PoseGuider",
3
+ "_diffusers_version": "0.28.0",
4
+ "block_out_channels": [
5
+ 16,
6
+ 32,
7
+ 96,
8
+ 256
9
+ ],
10
+ "conditioning_channels": 3,
11
+ "conditioning_embedding_channels": 320
12
+ }
pose_guider/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ed18e64663d60fb06c0eea9cc507874b4471ef259e0cf21c7c796ed425abaec
3
+ size 2174264
reference_unet/config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.28.0",
4
+ "_name_or_path": "/apdcephfs_nj8/share_301739632/harriswen/pretrained_weights/sd-image-variations-diffusers",
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": 768,
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
+ "norm_eps": 1e-05,
43
+ "norm_num_groups": 32,
44
+ "num_attention_heads": null,
45
+ "num_class_embeds": null,
46
+ "only_cross_attention": false,
47
+ "out_channels": 4,
48
+ "projection_class_embeddings_input_dim": null,
49
+ "resnet_out_scale_factor": 1.0,
50
+ "resnet_skip_time_act": false,
51
+ "resnet_time_scale_shift": "default",
52
+ "reverse_transformer_layers_per_block": null,
53
+ "sample_size": 64,
54
+ "time_cond_proj_dim": null,
55
+ "time_embedding_act_fn": null,
56
+ "time_embedding_dim": null,
57
+ "time_embedding_type": "positional",
58
+ "timestep_post_act": null,
59
+ "transformer_layers_per_block": 1,
60
+ "up_block_types": [
61
+ "UpBlock2D",
62
+ "CrossAttnUpBlock2D",
63
+ "CrossAttnUpBlock2D",
64
+ "CrossAttnUpBlock2D"
65
+ ],
66
+ "upcast_attention": false,
67
+ "use_linear_projection": false
68
+ }
reference_unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a137f5ac720ba37f0512b1557e2f65d6bfe8f19a1996e7a6c2a055a4096c9963
3
+ size 1719100656