File size: 489 Bytes
64886e5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"_class_name": "NitroETransformer2DModel",
"_diffusers_version": "0.36.0.dev0",
"attention_head_dim": 32,
"caption_channels": 2048,
"caption_projection_dim": 768,
"in_channels": 32,
"interpolation_scale": null,
"num_attention_heads": 24,
"num_layers": 24,
"out_channels": 32,
"patch_size": 1,
"pos_embed_max_size": 96,
"projector_dim": 2048,
"qk_norm": "rms_norm",
"repa_depth": -1,
"sample_size": 32,
"use_sub_attn": false,
"z_dims": [
768
]
}
|