File size: 486 Bytes
bd0e8a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ed2fee3
 
 
 
 
 
 
bd0e8a2
 
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
{
  "_class_name": "StableAudioMultiConditioner",
  "cond_dim": 768,
  "configs": [
    {
      "id": "prompt",
      "type": "t5",
      "config": {
        "t5_model_name": "t5-base",
        "max_length": 64
      }
    },
    {
      "id": "seconds_total",
      "type": "number",
      "config": {
        "min_val": 0,
        "max_val": 256
      }
    }
  ],
  "cross_attention_cond_ids": [
    "prompt",
    "seconds_total"
  ],
  "global_cond_ids": [
    "seconds_total"
  ]
}