so-vits-svc-4.0 / FNAF /config.json
RAYTRAC3R's picture
reorganized some stuff, new models
6d0665a
{
"train": {
"log_interval": 200,
"eval_interval": 1000,
"seed": 1234,
"epochs": 10000,
"learning_rate": 0.0001,
"betas": [
0.8,
0.99
],
"eps": 1e-09,
"batch_size": 6,
"fp16_run": false,
"lr_decay": 0.999875,
"segment_size": 10240,
"init_lr_ratio": 1,
"warmup_epochs": 0,
"c_mel": 45,
"c_kl": 1.0,
"use_sr": true,
"max_speclen": 512,
"port": "8001",
"keep_ckpts": 3
},
"data": {
"training_files": "filelists/train.txt",
"validation_files": "filelists/val.txt",
"max_wav_value": 32768.0,
"sampling_rate": 44100,
"filter_length": 2048,
"hop_length": 512,
"win_length": 2048,
"n_mel_channels": 80,
"mel_fmin": 0.0,
"mel_fmax": 22050,
"contentvec_final_proj": false
},
"model": {
"inter_channels": 192,
"hidden_channels": 192,
"filter_channels": 768,
"n_heads": 2,
"n_layers": 6,
"kernel_size": 3,
"p_dropout": 0.1,
"resblock": "1",
"resblock_kernel_sizes": [
3,
7,
11
],
"resblock_dilation_sizes": [
[
1,
3,
5
],
[
1,
3,
5
],
[
1,
3,
5
]
],
"upsample_rates": [
8,
8,
2,
2,
2
],
"upsample_initial_channel": 512,
"upsample_kernel_sizes": [
16,
16,
4,
4,
4
],
"n_layers_q": 3,
"use_spectral_norm": false,
"gin_channels": 256,
"ssl_dim": 768,
"n_speakers": 200
},
"spk": {
"Moon": 0,
"JJ": 1,
"Vanny": 2,
"Bidybab": 3,
"Orville Elephant": 4,
"Nightmare": 5,
"Freddy": 6,
"Elizabeth Afton": 7,
"Pigpatch": 8,
"Withered Chica": 9,
"No 1 Crate": 10,
"Toy Chica": 11,
"Toy Freddy": 12,
"Circus Baby": 13,
"Mr Hippo": 14,
"Funtime Chica": 15,
"Glamrock Chica": 16,
"BonBon": 17,
"Springtrap": 18,
"Funtime Freddy": 19,
"Nightmare Chica": 20,
"Withered Foxy": 21,
"Glamrock Freddy": 22,
"Henry Emily": 23,
"Toy Bonnie": 24,
"Monkey Singer": 25,
"Jack O Chica": 26,
"Sun": 27,
"Rockstar Freddy": 28,
"Nightmarionne": 29,
"Nightmare Balloon Boy": 30,
"Music Man": 31,
"Fredbear": 32,
"Fredbear FW": 33,
"Nedd Bear": 34,
"The Puppet": 35,
"Rockstar Foxy": 36,
"Angsty Teen": 37,
"Vanessa": 38,
"Nightmare Fredbear": 39,
"Withered Bonnie": 40,
"Mangle": 41,
"Minireena": 42,
"Ballora": 43,
"Foxy": 44,
"HandUnit": 45,
"Rockstar Bonnie": 46,
"Nightmare Freddy": 47,
"Happy Frog": 48,
"Funtime Foxy": 49,
"Michael Afton": 50
}
}