mancub
/

Image-to-3D
TRELLIS.2
English
File size: 458 Bytes
7afaeb9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "SLatFlowModel",
    "args": {
        "resolution": 32,
        "in_channels": 64,
        "out_channels": 32,
        "model_channels": 1536,
        "cond_channels": 1024,
        "num_blocks": 30,
        "num_heads": 12,
        "mlp_ratio": 5.3334,
        "pe_mode": "rope",
        "share_mod": true,
        "initialization": "scaled",
        "qk_rms_norm": true,
        "qk_rms_norm_cross": true,
        "dtype": "bfloat16"
    }
}