tolgacangoz
commited on
Commit
•
576a4b8
1
Parent(s):
c9bd233
Up
Browse files
unet/config.json
DELETED
@@ -1,122 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "NestedUNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.31.0.dev0",
|
4 |
-
"act_fn": "silu",
|
5 |
-
"addition_embed_type": "matryoshka",
|
6 |
-
"addition_embed_type_num_heads": 64,
|
7 |
-
"addition_time_embed_dim": null,
|
8 |
-
"args": "<class 'inspect._empty'>",
|
9 |
-
"attention_head_dim": 8,
|
10 |
-
"attention_pre_only": false,
|
11 |
-
"attention_type": "default",
|
12 |
-
"block_out_channels": [
|
13 |
-
64,
|
14 |
-
128,
|
15 |
-
256
|
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": 2048,
|
23 |
-
"cross_attention_norm": null,
|
24 |
-
"down_block_types": [
|
25 |
-
"DownBlock2D",
|
26 |
-
"CrossAttnDownBlock2D",
|
27 |
-
"CrossAttnDownBlock2D"
|
28 |
-
],
|
29 |
-
"downsample_padding": 1,
|
30 |
-
"dropout": 0.0,
|
31 |
-
"dual_cross_attention": false,
|
32 |
-
"encoder_hid_dim": null,
|
33 |
-
"encoder_hid_dim_type": null,
|
34 |
-
"flip_sin_to_cos": false,
|
35 |
-
"freq_shift": 0,
|
36 |
-
"in_channels": 3,
|
37 |
-
"initialize_inner_with_pretrained": null,
|
38 |
-
"inner_config": {
|
39 |
-
"addition_embed_type": "matryoshka",
|
40 |
-
"block_out_channels": [
|
41 |
-
256,
|
42 |
-
512,
|
43 |
-
768
|
44 |
-
],
|
45 |
-
"cross_attention_dim": 2048,
|
46 |
-
"down_block_types": [
|
47 |
-
"DownBlock2D",
|
48 |
-
"CrossAttnDownBlock2D",
|
49 |
-
"CrossAttnDownBlock2D"
|
50 |
-
],
|
51 |
-
"encoder_hid_dim": 2048,
|
52 |
-
"encoder_hid_dim_type": "text_proj",
|
53 |
-
"flip_sin_to_cos": false,
|
54 |
-
"in_channels": 3,
|
55 |
-
"masked_cross_attention": false,
|
56 |
-
"micro_conditioning_scale": 64,
|
57 |
-
"nesting": true,
|
58 |
-
"out_channels": 3,
|
59 |
-
"resnet_time_scale_shift": "scale_shift",
|
60 |
-
"transformer_layers_per_block": [
|
61 |
-
0,
|
62 |
-
1,
|
63 |
-
5
|
64 |
-
],
|
65 |
-
"up_block_types": [
|
66 |
-
"CrossAttnUpBlock2D",
|
67 |
-
"CrossAttnUpBlock2D",
|
68 |
-
"UpBlock2D"
|
69 |
-
]
|
70 |
-
},
|
71 |
-
"is_temporal": [
|
72 |
-
false
|
73 |
-
],
|
74 |
-
"layers_per_block": [
|
75 |
-
2,
|
76 |
-
2,
|
77 |
-
1
|
78 |
-
],
|
79 |
-
"masked_cross_attention": true,
|
80 |
-
"micro_conditioning_scale": 256,
|
81 |
-
"mid_block_only_cross_attention": null,
|
82 |
-
"mid_block_scale_factor": 1,
|
83 |
-
"mid_block_type": null,
|
84 |
-
"nest_ratio": [
|
85 |
-
4
|
86 |
-
],
|
87 |
-
"nesting": false,
|
88 |
-
"norm_eps": 1e-05,
|
89 |
-
"norm_num_groups": 32,
|
90 |
-
"norm_type": "layer_norm",
|
91 |
-
"num_attention_heads": null,
|
92 |
-
"num_class_embeds": null,
|
93 |
-
"only_cross_attention": false,
|
94 |
-
"out_channels": 3,
|
95 |
-
"projection_class_embeddings_input_dim": null,
|
96 |
-
"resnet_out_scale_factor": 1.0,
|
97 |
-
"resnet_skip_time_act": false,
|
98 |
-
"resnet_time_scale_shift": "scale_shift",
|
99 |
-
"reverse_transformer_layers_per_block": null,
|
100 |
-
"sample_size": null,
|
101 |
-
"skip_cond_emb": false,
|
102 |
-
"skip_inner_unet_input": false,
|
103 |
-
"temporal_mode": false,
|
104 |
-
"temporal_spatial_ds": false,
|
105 |
-
"time_cond_proj_dim": null,
|
106 |
-
"time_embedding_act_fn": null,
|
107 |
-
"time_embedding_dim": 1024,
|
108 |
-
"time_embedding_type": "positional",
|
109 |
-
"timestep_post_act": null,
|
110 |
-
"transformer_layers_per_block": [
|
111 |
-
0,
|
112 |
-
0,
|
113 |
-
0
|
114 |
-
],
|
115 |
-
"up_block_types": [
|
116 |
-
"CrossAttnUpBlock2D",
|
117 |
-
"CrossAttnUpBlock2D",
|
118 |
-
"UpBlock2D"
|
119 |
-
],
|
120 |
-
"upcast_attention": false,
|
121 |
-
"use_linear_projection": false
|
122 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unet/{diffusion_pytorch_model.safetensors → nesting_level_1/diffusion_pytorch_model.safetensors}
RENAMED
File without changes
|