Instructions to use qqceqqq/Hunyuan3D-Part with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Hunyuan3D-2
How to use qqceqqq/Hunyuan3D-Part with Hunyuan3D-2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 612 Bytes
4129f1d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"target": "partgen.models.autoencoders.VolumeDecoderShapeVAE",
"params": {
"num_latents": 1024,
"embed_dim": 64,
"num_freqs": 8,
"include_pi": false,
"heads": 16,
"width": 1024,
"num_encoder_layers": 8,
"num_decoder_layers": 16,
"qkv_bias": false,
"qk_norm": true,
"scale_factor": 1.0039506158752403,
"geo_decoder_mlp_expand_ratio": 4,
"geo_decoder_downsample_ratio": 1,
"geo_decoder_ln_post": true,
"point_feats": 4,
"pc_size": 81920,
"pc_sharpedge_size": 0
}
} |