bernini / bf16 /bernini_planner.json
SceneWorks's picture
Upload folder using huggingface_hub
3544674 verified
Raw
History Blame Contribute Delete
487 Bytes
{
"num_mask_token": 4096,
"max_sequence_length": 512,
"clip_diff_cfg": {
"model_type": "flow_match",
"z_channels": 3584,
"target_channels": 3584,
"width": 4096,
"diffusion_batch_mul": 16,
"shift": 2.0
},
"connector_cfg": {
"model_type": "MLPConnector",
"out_dim_for_gen": 4096,
"enable_gen_branch": true,
"out_dim_for_vit": 3584,
"enable_vit_branch": true,
"gen_head_type": "zerolinear",
"zero_init_proj_gen_last": true
}
}