| { | |
| "model_type": "motionstreamer", | |
| "guidance_param": 4.0, | |
| "text_model_name": "text_encoder/sentence-t5-xxl", | |
| "config": { | |
| "tae": { | |
| "hidden_size": 1024, | |
| "down_t": 2, | |
| "stride_t": 2, | |
| "depth": 3, | |
| "dilation_growth_rate": 3, | |
| "activation": "relu", | |
| "latent_dim": 16, | |
| "clip_range": [ | |
| -30, | |
| 20 | |
| ] | |
| }, | |
| "ar": { | |
| "config_name": "Normal_size", | |
| "block_size": 78, | |
| "num_diffusion_head_layers": 9, | |
| "latent_dim": 16, | |
| "t5_xxl_dim": 768 | |
| } | |
| }, | |
| "text_encoder_stored_in_artifact": true | |
| } | |