File size: 585 Bytes
289e8f5
 
 
40d148f
289e8f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40d148f
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "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
}