AEmotionStudio commited on
Commit
77b867b
·
verified ·
1 Parent(s): 3e98ab6

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

Browse files
Files changed (1) hide show
  1. vae/config.json +23 -0
vae/config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderOobleck",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "audio_channels": 2,
5
+ "channel_multiples": [
6
+ 1,
7
+ 2,
8
+ 4,
9
+ 8,
10
+ 16
11
+ ],
12
+ "decoder_channels": 128,
13
+ "decoder_input_channels": 64,
14
+ "downsampling_ratios": [
15
+ 2,
16
+ 4,
17
+ 4,
18
+ 8,
19
+ 8
20
+ ],
21
+ "encoder_hidden_size": 128,
22
+ "sampling_rate": 44100
23
+ }