Upload config.yaml
Browse files- Woosh-Flow/config.yaml +48 -0
Woosh-Flow/config.yaml
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
exclude_from_checkpoint: false
|
| 2 |
+
trainable: true
|
| 3 |
+
model_type: LatentDiffusionModel
|
| 4 |
+
dit:
|
| 5 |
+
model_type: mmmssflux
|
| 6 |
+
rope_len_multiplier: 2
|
| 7 |
+
max_description_length: 77
|
| 8 |
+
max_seq_len: 501
|
| 9 |
+
dim: 1024
|
| 10 |
+
inter_dim: 4096
|
| 11 |
+
fixed_timestep_features: false
|
| 12 |
+
timestep_features_dim: 256
|
| 13 |
+
n_layers: 12
|
| 14 |
+
n_heads: 8
|
| 15 |
+
n_multimodal_layers: 6
|
| 16 |
+
qk_nope_head_dim: 16
|
| 17 |
+
qk_rope_head_dim: 112
|
| 18 |
+
qkv_head_dim: 128
|
| 19 |
+
n_memory_tokens_rope: 1
|
| 20 |
+
n_memory_tokens_description: 0
|
| 21 |
+
original_seq_len: 501
|
| 22 |
+
rope_theta: 10000.0
|
| 23 |
+
rope_factor: 40.0
|
| 24 |
+
beta_fast: 32
|
| 25 |
+
beta_slow: 1
|
| 26 |
+
io_channels: 128
|
| 27 |
+
cond_token_dim: 1024
|
| 28 |
+
adaln_last_layer: true
|
| 29 |
+
adaln_last_layer_nomod: false
|
| 30 |
+
non_checkpoint_layers: 14
|
| 31 |
+
mask_out_before: -1
|
| 32 |
+
estimate_logvar: true
|
| 33 |
+
no_description_mask: true
|
| 34 |
+
symmetric_attention_init: false
|
| 35 |
+
patch_size: 1
|
| 36 |
+
num_sinks: 0
|
| 37 |
+
mlp_act: gelu
|
| 38 |
+
conditioners:
|
| 39 |
+
text:
|
| 40 |
+
exclude_from_checkpoint: true
|
| 41 |
+
trainable: false
|
| 42 |
+
path: checkpoints/TextConditionerA
|
| 43 |
+
autoencoder:
|
| 44 |
+
exclude_from_checkpoint: true
|
| 45 |
+
trainable: false
|
| 46 |
+
path: checkpoints/Woosh-AE
|
| 47 |
+
sigma_data: 1.0
|
| 48 |
+
pred_type: v_pred
|