CoolFace
Modelpublic

PAct000/PAct

sourceHugging Facecc-by-nc-sa-4.0updated 8mo agoView on Hugging Face
0likes
model.json17 linesDownload Raw Back to slat_decoder_mesh
1{2  "name": "SLatMeshDecoder",3  "args": {4    "resolution": 64,5    "model_channels": 768,6    "latent_channels": 8,7    "num_blocks": 12,8    "num_heads": 12,9    "mlp_ratio": 4,10    "attn_mode": "swin",11    "window_size": 8,12    "use_fp16": true,13    "representation_config": {14      "use_color": true15    }16  }17}