Upload dit-config.yaml
Browse files- dit-config.yaml +26 -0
dit-config.yaml
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
_target_: ignore_this_field
|
2 |
+
depth: 48
|
3 |
+
patch_size: 2
|
4 |
+
num_heads: 24
|
5 |
+
hidden_size_x: 3072
|
6 |
+
hidden_size_y: 1536
|
7 |
+
mlp_ratio_x: 4.0
|
8 |
+
mlp_ratio_y: 4.0
|
9 |
+
learn_sigma: false
|
10 |
+
in_channels: 12
|
11 |
+
clip_feat_dim: 2048
|
12 |
+
qk_norm: true
|
13 |
+
qkv_bias: false
|
14 |
+
out_bias: true
|
15 |
+
attn_drop: 0.0
|
16 |
+
patch_embed_bias: true
|
17 |
+
posenc_preserve_area: true
|
18 |
+
timestep_mlp_bias: true
|
19 |
+
pooled_caption_mlp_bias: true
|
20 |
+
attend_to_padding: false
|
21 |
+
timestep_scale: 1000.0
|
22 |
+
use_t5: true
|
23 |
+
t5_feat_dim: 4096
|
24 |
+
t5_token_length: 256
|
25 |
+
rope_theta: 10000.0
|
26 |
+
use_transformer_engine: true
|