CreatiDesign / transformer /config.json
HuiZhang0812's picture
Upload folder using huggingface_hub
4865902 verified
{
"_class_name": "FluxTransformer2DModel",
"_diffusers_version": "0.30.0.dev0",
"_name_or_path": "../checkpoints/flux-dev/transformer",
"patch_size": 1,
"in_channels": 64,
"out_channels": null,
"num_layers": 19,
"num_single_layers": 38,
"attention_head_dim": 128,
"num_attention_heads": 24,
"joint_attention_dim": 4096,
"pooled_projection_dim": 768,
"guidance_embeds": true,
"axes_dims_rope": [
16,
56,
56
],
"attention_type": "design",
"max_boxes_token_length": 30,
"rank": 256,
"network_alpha": 256,
"lora_weight": 1.0,
"use_attention_mask": true,
"use_objects_masks_maps": true,
"use_subject_masks_maps": true,
"use_layout_encoder": true,
"drop_subject_bg": false,
"bbox_id_shift": true,
"use_fourier_bbox":true,
"gradient_checkpointing": false,
"_use_default_values": [
"axes_dims_rope",
"out_channels"
]
}