File size: 1,117 Bytes
f023fc4 |
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
{
"act_layer": "SiLU",
"decoder_depth": 24,
"dim": 1024,
"domains_in": [
"caption",
"t5_caption",
"det",
"metadata",
"human_poses",
"color_palette",
"sam_instance",
"rgb@224",
"tok_rgb@224",
"tok_normal@224",
"tok_depth@224",
"tok_semseg@224",
"tok_clip@224",
"tok_dinov2@224",
"tok_dinov2_global",
"tok_imagebind@224",
"tok_imagebind_global",
"tok_sam_edge@224",
"tok_canny_edge@224"
],
"domains_out": [
"caption",
"t5_caption",
"det",
"metadata",
"human_poses",
"color_palette",
"sam_instance",
"tok_rgb@224",
"tok_normal@224",
"tok_depth@224",
"tok_semseg@224",
"tok_clip@224",
"tok_dinov2@224",
"tok_dinov2_global",
"tok_imagebind@224",
"tok_imagebind_global",
"tok_sam_edge@224",
"tok_canny_edge@224"
],
"encoder_depth": 24,
"gated_mlp": true,
"image_size": 224,
"mlp_bias": false,
"mlp_ratio": 4,
"norm_bias": false,
"num_heads": 16,
"patch_size": 16,
"proj_bias": false,
"qkv_bias": false,
"share_modality_embeddings": false
} |