GEM-X / gem_smpl_config.json
jeffffffli's picture
Upload gem_smpl_config.json with huggingface_hub
4e4ec76 verified
raw
history blame contribute delete
710 Bytes
{
"model_type": "gem",
"body_model": "smplx",
"denoiser": {
"latent_dim": 1024,
"num_layers": 16,
"num_heads": 8,
"mlp_ratio": 4,
"encode_text": false,
"encoded_text_dim": 1024,
"text_mask_prob": 0.1,
"music_mask_prob": 0.1,
"speech_mask_prob": 0.1,
"use_text_pos_enc": true
},
"endecoder": {
"stats_name": "MM_V1_AMASS_LOCAL_BEDLAM_CAM",
"encode_type": "gvhmr",
"feat_dim": 151,
"clip_std": true
},
"diffusion": {
"sampler": "ddim",
"noise_schedule": "cosine",
"test_timestep_respacing": "50",
"ddim_eta": 0.0,
"guidance_param": 2.5
},
"pipeline": {
"remove_fingers": false,
"extract_features": false
}
}