24yearsold commited on
Commit
a369334
·
verified ·
1 Parent(s): e54a6b0

Upload unet/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. unet/config.json +79 -0
unet/config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNetFrameConditionModel",
3
+ "_diffusers_version": "0.37.0.dev0",
4
+ "_name_or_path": "workspace/training_output/finetune_layerdiff3d_iter2/upload/step-20000",
5
+ "act_fn": "silu",
6
+ "addition_embed_type": "text_time",
7
+ "addition_embed_type_num_heads": 64,
8
+ "addition_time_embed_dim": 256,
9
+ "attention_head_dim": [
10
+ 5,
11
+ 10,
12
+ 20
13
+ ],
14
+ "attention_type": "default",
15
+ "block_out_channels": [
16
+ 320,
17
+ 640,
18
+ 1280
19
+ ],
20
+ "center_input_sample": false,
21
+ "class_embed_type": null,
22
+ "class_embeddings_concat": false,
23
+ "conv_in_kernel": 3,
24
+ "conv_out_kernel": 3,
25
+ "cross_attention_dim": 2048,
26
+ "cross_attention_norm": null,
27
+ "down_block_types": [
28
+ "DownBlock2D",
29
+ "CrossFrameAttnDownBlock",
30
+ "CrossFrameAttnDownBlock"
31
+ ],
32
+ "downsample_padding": 1,
33
+ "dropout": 0.0,
34
+ "dual_cross_attention": false,
35
+ "encoder_hid_dim": null,
36
+ "encoder_hid_dim_type": null,
37
+ "flip_sin_to_cos": true,
38
+ "freq_shift": 0,
39
+ "group_embedding": true,
40
+ "group_embedding_num": [
41
+ 13,
42
+ 11
43
+ ],
44
+ "in_channels": 8,
45
+ "layers_per_block": 2,
46
+ "mid_block_only_cross_attention": null,
47
+ "mid_block_scale_factor": 1,
48
+ "mid_block_type": "UNetMidBlockCrossFrameAttn",
49
+ "norm_eps": 1e-05,
50
+ "norm_num_groups": 32,
51
+ "num_attention_heads": null,
52
+ "num_class_embeds": null,
53
+ "only_cross_attention": false,
54
+ "out_channels": 4,
55
+ "projection_class_embeddings_input_dim": 2816,
56
+ "resnet_out_scale_factor": 1.0,
57
+ "resnet_skip_time_act": false,
58
+ "resnet_time_scale_shift": "default",
59
+ "reverse_transformer_layers_per_block": null,
60
+ "sample_size": 128,
61
+ "tag_version": "v3",
62
+ "time_cond_proj_dim": null,
63
+ "time_embedding_act_fn": null,
64
+ "time_embedding_dim": null,
65
+ "time_embedding_type": "positional",
66
+ "timestep_post_act": null,
67
+ "transformer_layers_per_block": [
68
+ 1,
69
+ 2,
70
+ 10
71
+ ],
72
+ "up_block_types": [
73
+ "CrossFrameAttnUpBlock",
74
+ "CrossFrameAttnUpBlock",
75
+ "UpBlock2D"
76
+ ],
77
+ "upcast_attention": null,
78
+ "use_linear_projection": true
79
+ }