File size: 666 Bytes
351f5e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cedf0ff
 
 
 
 
 
 
 
 
351f5e8
 
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
30
31
32
33
34
35
36
37
38
39
{
  "_class_name": "StableAudioMultiConditioner",
  "cond_dim": 768,
  "configs": [
    {
      "id": "prompt",
      "type": "t5",
      "config": {
        "t5_model_name": "t5-base",
        "max_length": 128
      }
    },
    {
      "id": "seconds_start",
      "type": "number",
      "config": {
        "min_val": 0,
        "max_val": 512
      }
    },
    {
      "id": "seconds_total",
      "type": "number",
      "config": {
        "min_val": 0,
        "max_val": 512
      }
    }
  ],
  "cross_attention_cond_ids": [
    "prompt",
    "seconds_start",
    "seconds_total"
  ],
  "global_cond_ids": [
    "seconds_start",
    "seconds_total"
  ]
}