Restructure audio_vae: add encoder/ and decoder/ subfolders
Browse files
audio_vae/decoder/config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attn_resolutions": [],
|
| 3 |
+
"attn_type": "vanilla",
|
| 4 |
+
"causality_axis": "height",
|
| 5 |
+
"ch": 128,
|
| 6 |
+
"ch_mult": [
|
| 7 |
+
1,
|
| 8 |
+
2,
|
| 9 |
+
4
|
| 10 |
+
],
|
| 11 |
+
"dropout": 0.0,
|
| 12 |
+
"give_pre_end": false,
|
| 13 |
+
"is_causal": true,
|
| 14 |
+
"mel_bins": 64,
|
| 15 |
+
"mel_hop_length": 160,
|
| 16 |
+
"mid_block_add_attention": false,
|
| 17 |
+
"norm_type": "pixel",
|
| 18 |
+
"num_res_blocks": 2,
|
| 19 |
+
"out_ch": 2,
|
| 20 |
+
"resamp_with_conv": true,
|
| 21 |
+
"resolution": 256,
|
| 22 |
+
"sample_rate": 16000,
|
| 23 |
+
"tanh_out": false,
|
| 24 |
+
"z_channels": 8
|
| 25 |
+
}
|
audio_vae/decoder/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:919f03edd099c5393eb5889be8abd74bf283a98081bce9859cf5d49f57a5c7fa
|
| 3 |
+
size 63836681
|
audio_vae/decoder/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 63830788
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"conv_in.conv.bias": "model.safetensors",
|
| 7 |
+
"conv_in.conv.weight": "model.safetensors",
|
| 8 |
+
"conv_out.conv.bias": "model.safetensors",
|
| 9 |
+
"conv_out.conv.weight": "model.safetensors",
|
| 10 |
+
"mid.block_1.conv1.conv.bias": "model.safetensors",
|
| 11 |
+
"mid.block_1.conv1.conv.weight": "model.safetensors",
|
| 12 |
+
"mid.block_1.conv2.conv.bias": "model.safetensors",
|
| 13 |
+
"mid.block_1.conv2.conv.weight": "model.safetensors",
|
| 14 |
+
"mid.block_2.conv1.conv.bias": "model.safetensors",
|
| 15 |
+
"mid.block_2.conv1.conv.weight": "model.safetensors",
|
| 16 |
+
"mid.block_2.conv2.conv.bias": "model.safetensors",
|
| 17 |
+
"mid.block_2.conv2.conv.weight": "model.safetensors",
|
| 18 |
+
"per_channel_statistics.mean_of_means": "model.safetensors",
|
| 19 |
+
"per_channel_statistics.std_of_means": "model.safetensors",
|
| 20 |
+
"up.0.block.0.conv1.conv.bias": "model.safetensors",
|
| 21 |
+
"up.0.block.0.conv1.conv.weight": "model.safetensors",
|
| 22 |
+
"up.0.block.0.conv2.conv.bias": "model.safetensors",
|
| 23 |
+
"up.0.block.0.conv2.conv.weight": "model.safetensors",
|
| 24 |
+
"up.0.block.0.nin_shortcut.conv.bias": "model.safetensors",
|
| 25 |
+
"up.0.block.0.nin_shortcut.conv.weight": "model.safetensors",
|
| 26 |
+
"up.0.block.1.conv1.conv.bias": "model.safetensors",
|
| 27 |
+
"up.0.block.1.conv1.conv.weight": "model.safetensors",
|
| 28 |
+
"up.0.block.1.conv2.conv.bias": "model.safetensors",
|
| 29 |
+
"up.0.block.1.conv2.conv.weight": "model.safetensors",
|
| 30 |
+
"up.0.block.2.conv1.conv.bias": "model.safetensors",
|
| 31 |
+
"up.0.block.2.conv1.conv.weight": "model.safetensors",
|
| 32 |
+
"up.0.block.2.conv2.conv.bias": "model.safetensors",
|
| 33 |
+
"up.0.block.2.conv2.conv.weight": "model.safetensors",
|
| 34 |
+
"up.1.block.0.conv1.conv.bias": "model.safetensors",
|
| 35 |
+
"up.1.block.0.conv1.conv.weight": "model.safetensors",
|
| 36 |
+
"up.1.block.0.conv2.conv.bias": "model.safetensors",
|
| 37 |
+
"up.1.block.0.conv2.conv.weight": "model.safetensors",
|
| 38 |
+
"up.1.block.0.nin_shortcut.conv.bias": "model.safetensors",
|
| 39 |
+
"up.1.block.0.nin_shortcut.conv.weight": "model.safetensors",
|
| 40 |
+
"up.1.block.1.conv1.conv.bias": "model.safetensors",
|
| 41 |
+
"up.1.block.1.conv1.conv.weight": "model.safetensors",
|
| 42 |
+
"up.1.block.1.conv2.conv.bias": "model.safetensors",
|
| 43 |
+
"up.1.block.1.conv2.conv.weight": "model.safetensors",
|
| 44 |
+
"up.1.block.2.conv1.conv.bias": "model.safetensors",
|
| 45 |
+
"up.1.block.2.conv1.conv.weight": "model.safetensors",
|
| 46 |
+
"up.1.block.2.conv2.conv.bias": "model.safetensors",
|
| 47 |
+
"up.1.block.2.conv2.conv.weight": "model.safetensors",
|
| 48 |
+
"up.1.upsample.conv.conv.bias": "model.safetensors",
|
| 49 |
+
"up.1.upsample.conv.conv.weight": "model.safetensors",
|
| 50 |
+
"up.2.block.0.conv1.conv.bias": "model.safetensors",
|
| 51 |
+
"up.2.block.0.conv1.conv.weight": "model.safetensors",
|
| 52 |
+
"up.2.block.0.conv2.conv.bias": "model.safetensors",
|
| 53 |
+
"up.2.block.0.conv2.conv.weight": "model.safetensors",
|
| 54 |
+
"up.2.block.1.conv1.conv.bias": "model.safetensors",
|
| 55 |
+
"up.2.block.1.conv1.conv.weight": "model.safetensors",
|
| 56 |
+
"up.2.block.1.conv2.conv.bias": "model.safetensors",
|
| 57 |
+
"up.2.block.1.conv2.conv.weight": "model.safetensors",
|
| 58 |
+
"up.2.block.2.conv1.conv.bias": "model.safetensors",
|
| 59 |
+
"up.2.block.2.conv1.conv.weight": "model.safetensors",
|
| 60 |
+
"up.2.block.2.conv2.conv.bias": "model.safetensors",
|
| 61 |
+
"up.2.block.2.conv2.conv.weight": "model.safetensors",
|
| 62 |
+
"up.2.upsample.conv.conv.bias": "model.safetensors",
|
| 63 |
+
"up.2.upsample.conv.conv.weight": "model.safetensors"
|
| 64 |
+
}
|
| 65 |
+
}
|
audio_vae/encoder/config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"ch": 128,
|
| 3 |
+
"in_channels": 2,
|
| 4 |
+
"ch_mult": [
|
| 5 |
+
1,
|
| 6 |
+
2,
|
| 7 |
+
4
|
| 8 |
+
],
|
| 9 |
+
"num_res_blocks": 2,
|
| 10 |
+
"attn_resolutions": [],
|
| 11 |
+
"resolution": 256,
|
| 12 |
+
"z_channels": 8,
|
| 13 |
+
"double_z": true,
|
| 14 |
+
"n_fft": 1024,
|
| 15 |
+
"norm_type": "pixel",
|
| 16 |
+
"causality_axis": "height",
|
| 17 |
+
"dropout": 0.0,
|
| 18 |
+
"mid_block_add_attention": false,
|
| 19 |
+
"sample_rate": 16000,
|
| 20 |
+
"mel_hop_length": 160,
|
| 21 |
+
"is_causal": true,
|
| 22 |
+
"mel_bins": 64,
|
| 23 |
+
"resamp_with_conv": true,
|
| 24 |
+
"attn_type": "vanilla"
|
| 25 |
+
}
|
audio_vae/encoder/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4653689ea1cd5f814e8b8ec630c1b94c6d027040ccafae9db19544b0abbf2d20
|
| 3 |
+
size 42671257
|