mancub
/

Image-to-3D
TRELLIS.2
English
File size: 678 Bytes
7afaeb9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "FlexiDualGridVaeEncoder",
    "args": {
        "resolution": 256,
        "model_channels": [64, 128, 256, 512, 1024],
        "latent_channels": 32,
        "num_blocks": [0, 4, 8, 16, 4],
        "block_type": [
            "SparseConvNeXtBlock3d",
            "SparseConvNeXtBlock3d",
            "SparseConvNeXtBlock3d",
            "SparseConvNeXtBlock3d",
            "SparseConvNeXtBlock3d"
        ],
        "up_block_type": [
            "SparseResBlockS2C3d",
            "SparseResBlockS2C3d",
            "SparseResBlockS2C3d",
            "SparseResBlockS2C3d"
        ],
        "block_args": [{}, {}, {}, {}, {}],
        "use_fp16": true
    }
}