File size: 473 Bytes
2ff46ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "model_type": "unison",
  "architectures": ["UnisonBackbone"],
  "variants": {
    "D20S0_O_40ch": {
      "vae": "mmaudio_44k",
      "dit_double_blocks": 20,
      "dit_single_blocks": 0,
      "in_channels": 40
    },
    "D24S0_O_20ch": {
      "vae": "mmaudio_16k",
      "dit_double_blocks": 24,
      "dit_single_blocks": 0,
      "in_channels": 20
    }
  },
  "text_encoder": "Qwen/Qwen2.5-Omni-7B",
  "framework": "flow_matching",
  "license": "apache-2.0"
}