File size: 478 Bytes
fd1946d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
{
"model_class": "Flux",
"model_config": {
"axes_dim": [
16,
56,
56
],
"context_in_dim": 4096,
"depth": 19,
"depth_single_blocks": 38,
"disable_unet_model_creation": true,
"guidance_embed": true,
"hidden_size": 3072,
"image_model": "flux",
"in_channels": 64,
"mlp_ratio": 4.0,
"num_heads": 24,
"out_channels": 16,
"patch_size": 2,
"qkv_bias": true,
"theta": 10000,
"vec_in_dim": 768
}
} |