AEmotionStudio commited on
Commit
3dc1348
·
verified ·
1 Parent(s): 09ca41b

Mirror transformer/config.json from stabilityai/stable-audio-open-1.0

Browse files
Files changed (1) hide show
  1. transformer/config.json +15 -0
transformer/config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableAudioDiTModel",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "attention_head_dim": 64,
5
+ "cross_attention_dim": 768,
6
+ "cross_attention_input_dim": 768,
7
+ "global_states_input_dim": 1536,
8
+ "in_channels": 64,
9
+ "num_attention_heads": 24,
10
+ "num_key_value_attention_heads": 12,
11
+ "num_layers": 24,
12
+ "out_channels": 64,
13
+ "sample_size": 1024.0,
14
+ "time_proj_dim": 256
15
+ }