Remove unnecessary arguments from config
Browse files- dit-config.yaml +1 -10
dit-config.yaml
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
_target_: ignore_this_field
|
2 |
depth: 48
|
3 |
patch_size: 2
|
4 |
num_heads: 24
|
@@ -6,21 +5,13 @@ 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
|
|
|
|
|
1 |
depth: 48
|
2 |
patch_size: 2
|
3 |
num_heads: 24
|
|
|
5 |
hidden_size_y: 1536
|
6 |
mlp_ratio_x: 4.0
|
7 |
mlp_ratio_y: 4.0
|
|
|
8 |
in_channels: 12
|
|
|
9 |
qk_norm: true
|
10 |
qkv_bias: false
|
11 |
out_bias: true
|
|
|
12 |
patch_embed_bias: true
|
|
|
13 |
timestep_mlp_bias: true
|
|
|
|
|
14 |
timestep_scale: 1000.0
|
|
|
15 |
t5_feat_dim: 4096
|
16 |
t5_token_length: 256
|
17 |
+
rope_theta: 10000.0
|
|