Diffusers
File size: 583 Bytes
9faba34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c33f616
ed6ab94
9faba34
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
{
    "patch_size": 1,
    "in_channels": 64,
    "num_layers": 4,
    "num_single_layers": 4,
    "attention_head_dim": 128,
    "num_attention_heads": 16,
    "joint_attention_dim": 4096,
    "pooled_projection_dim": null,
    "guidance_embeds": false,
    "axes_dims_rope": [
        16,
        56,
        56
    ],
    "rope_theta": 10000,
    "time_theta": 10000,
    "_use_default_values": [
        "rope_theta",
        "time_theta",
        "pooled_projection_dim"
    ],
    "_class_name": "BriaTransformer2DModel",
    "_diffusers_version": "0.30.2",
    "num_mode": 6
}