w-okada / voice-changer

リアルタイムボイスチェンジャー Realtime Voice Changer
Other
16.39k stars 1.8k forks source link

SO VITS SVC groaning #345

Closed jurassicjordan closed 1 year ago

jurassicjordan commented 1 year ago

Issue Type

Bug Report

vc client version number

v.1.5.3.3 (from git clone)

OS

Arch Linux server (EndeavourOS 6.3.8-zen1-1-zen)

GPU

NVIDIA GeForce RTX 3060 Lite Hash Rate

Clear setting

yes

Sample model

no

Input chunk num

no

Voice Changer type

So VITS SVC

Model type

checkpoint from SoftVC VITS Singing Voice Conversion (G.pth,D.pth,config, no f0)

Situation

I have multiple pretrained SVC models that load but just sound like robotic groaning. the voice is correct to be for the correct character but makes no sustenance or speech sounds, it just kinda groans in the same pitch. console errors when loading model:

error, pre.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | pre.weight is not in the checkpoint
error, pre.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | pre.bias is not in the checkpoint
error, enc_p.proj.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.proj.weight is not in the checkpoint
error, enc_p.proj.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.proj.bias is not in the checkpoint
error, enc_p.f0_emb.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.f0_emb.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.0.emb_rel_k is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.0.emb_rel_k is not in the checkpoint
error, enc_p.enc_.attn_layers.0.emb_rel_v is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.0.emb_rel_v is not in the checkpoint
error, enc_p.enc_.attn_layers.0.conv_q.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.0.conv_q.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.0.conv_q.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.0.conv_q.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.0.conv_k.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.0.conv_k.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.0.conv_k.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.0.conv_k.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.0.conv_v.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.0.conv_v.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.0.conv_v.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.0.conv_v.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.0.conv_o.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.0.conv_o.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.0.conv_o.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.0.conv_o.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.1.emb_rel_k is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.1.emb_rel_k is not in the checkpoint
error, enc_p.enc_.attn_layers.1.emb_rel_v is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.1.emb_rel_v is not in the checkpoint
error, enc_p.enc_.attn_layers.1.conv_q.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.1.conv_q.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.1.conv_q.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.1.conv_q.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.1.conv_k.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.1.conv_k.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.1.conv_k.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.1.conv_k.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.1.conv_v.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.1.conv_v.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.1.conv_v.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.1.conv_v.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.1.conv_o.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.1.conv_o.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.1.conv_o.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.1.conv_o.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.2.emb_rel_k is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.2.emb_rel_k is not in the checkpoint
error, enc_p.enc_.attn_layers.2.emb_rel_v is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.2.emb_rel_v is not in the checkpoint
error, enc_p.enc_.attn_layers.2.conv_q.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.2.conv_q.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.2.conv_q.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.2.conv_q.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.2.conv_k.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.2.conv_k.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.2.conv_k.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.2.conv_k.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.2.conv_v.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.2.conv_v.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.2.conv_v.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.2.conv_v.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.2.conv_o.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.2.conv_o.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.2.conv_o.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.2.conv_o.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.3.emb_rel_k is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.3.emb_rel_k is not in the checkpoint
error, enc_p.enc_.attn_layers.3.emb_rel_v is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.3.emb_rel_v is not in the checkpoint
error, enc_p.enc_.attn_layers.3.conv_q.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.3.conv_q.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.3.conv_q.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.3.conv_q.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.3.conv_k.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.3.conv_k.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.3.conv_k.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.3.conv_k.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.3.conv_v.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.3.conv_v.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.3.conv_v.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.3.conv_v.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.3.conv_o.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.3.conv_o.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.3.conv_o.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.3.conv_o.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.4.emb_rel_k is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.4.emb_rel_k is not in the checkpoint
error, enc_p.enc_.attn_layers.4.emb_rel_v is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.4.emb_rel_v is not in the checkpoint
error, enc_p.enc_.attn_layers.4.conv_q.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.4.conv_q.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.4.conv_q.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.4.conv_q.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.4.conv_k.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.4.conv_k.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.4.conv_k.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.4.conv_k.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.4.conv_v.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.4.conv_v.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.4.conv_v.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.4.conv_v.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.4.conv_o.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.4.conv_o.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.4.conv_o.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.4.conv_o.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.5.emb_rel_k is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.5.emb_rel_k is not in the checkpoint
error, enc_p.enc_.attn_layers.5.emb_rel_v is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.5.emb_rel_v is not in the checkpoint
error, enc_p.enc_.attn_layers.5.conv_q.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.5.conv_q.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.5.conv_q.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.5.conv_q.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.5.conv_k.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.5.conv_k.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.5.conv_k.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.5.conv_k.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.5.conv_v.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.5.conv_v.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.5.conv_v.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.5.conv_v.bias is not in the checkpoint
error, enc_p.enc_.attn_layers.5.conv_o.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.5.conv_o.weight is not in the checkpoint
error, enc_p.enc_.attn_layers.5.conv_o.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.attn_layers.5.conv_o.bias is not in the checkpoint
error, enc_p.enc_.norm_layers_1.0.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_1.0.gamma is not in the checkpoint
error, enc_p.enc_.norm_layers_1.0.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_1.0.beta is not in the checkpoint
error, enc_p.enc_.norm_layers_1.1.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_1.1.gamma is not in the checkpoint
error, enc_p.enc_.norm_layers_1.1.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_1.1.beta is not in the checkpoint
error, enc_p.enc_.norm_layers_1.2.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_1.2.gamma is not in the checkpoint
error, enc_p.enc_.norm_layers_1.2.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_1.2.beta is not in the checkpoint
error, enc_p.enc_.norm_layers_1.3.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_1.3.gamma is not in the checkpoint
error, enc_p.enc_.norm_layers_1.3.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_1.3.beta is not in the checkpoint
error, enc_p.enc_.norm_layers_1.4.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_1.4.gamma is not in the checkpoint
error, enc_p.enc_.norm_layers_1.4.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_1.4.beta is not in the checkpoint
error, enc_p.enc_.norm_layers_1.5.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_1.5.gamma is not in the checkpoint
error, enc_p.enc_.norm_layers_1.5.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_1.5.beta is not in the checkpoint
error, enc_p.enc_.ffn_layers.0.conv_1.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.0.conv_1.weight is not in the checkpoint
error, enc_p.enc_.ffn_layers.0.conv_1.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.0.conv_1.bias is not in the checkpoint
error, enc_p.enc_.ffn_layers.0.conv_2.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.0.conv_2.weight is not in the checkpoint
error, enc_p.enc_.ffn_layers.0.conv_2.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.0.conv_2.bias is not in the checkpoint
error, enc_p.enc_.ffn_layers.1.conv_1.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.1.conv_1.weight is not in the checkpoint
error, enc_p.enc_.ffn_layers.1.conv_1.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.1.conv_1.bias is not in the checkpoint
error, enc_p.enc_.ffn_layers.1.conv_2.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.1.conv_2.weight is not in the checkpoint
error, enc_p.enc_.ffn_layers.1.conv_2.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.1.conv_2.bias is not in the checkpoint
error, enc_p.enc_.ffn_layers.2.conv_1.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.2.conv_1.weight is not in the checkpoint
error, enc_p.enc_.ffn_layers.2.conv_1.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.2.conv_1.bias is not in the checkpoint
error, enc_p.enc_.ffn_layers.2.conv_2.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.2.conv_2.weight is not in the checkpoint
error, enc_p.enc_.ffn_layers.2.conv_2.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.2.conv_2.bias is not in the checkpoint
error, enc_p.enc_.ffn_layers.3.conv_1.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.3.conv_1.weight is not in the checkpoint
error, enc_p.enc_.ffn_layers.3.conv_1.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.3.conv_1.bias is not in the checkpoint
error, enc_p.enc_.ffn_layers.3.conv_2.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.3.conv_2.weight is not in the checkpoint
error, enc_p.enc_.ffn_layers.3.conv_2.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.3.conv_2.bias is not in the checkpoint
error, enc_p.enc_.ffn_layers.4.conv_1.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.4.conv_1.weight is not in the checkpoint
error, enc_p.enc_.ffn_layers.4.conv_1.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.4.conv_1.bias is not in the checkpoint
error, enc_p.enc_.ffn_layers.4.conv_2.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.4.conv_2.weight is not in the checkpoint
error, enc_p.enc_.ffn_layers.4.conv_2.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.4.conv_2.bias is not in the checkpoint
error, enc_p.enc_.ffn_layers.5.conv_1.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.5.conv_1.weight is not in the checkpoint
error, enc_p.enc_.ffn_layers.5.conv_1.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.5.conv_1.bias is not in the checkpoint
error, enc_p.enc_.ffn_layers.5.conv_2.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.5.conv_2.weight is not in the checkpoint
error, enc_p.enc_.ffn_layers.5.conv_2.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.ffn_layers.5.conv_2.bias is not in the checkpoint
error, enc_p.enc_.norm_layers_2.0.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_2.0.gamma is not in the checkpoint
error, enc_p.enc_.norm_layers_2.0.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_2.0.beta is not in the checkpoint
error, enc_p.enc_.norm_layers_2.1.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_2.1.gamma is not in the checkpoint
error, enc_p.enc_.norm_layers_2.1.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_2.1.beta is not in the checkpoint
error, enc_p.enc_.norm_layers_2.2.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_2.2.gamma is not in the checkpoint
error, enc_p.enc_.norm_layers_2.2.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_2.2.beta is not in the checkpoint
error, enc_p.enc_.norm_layers_2.3.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_2.3.gamma is not in the checkpoint
error, enc_p.enc_.norm_layers_2.3.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_2.3.beta is not in the checkpoint
error, enc_p.enc_.norm_layers_2.4.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_2.4.gamma is not in the checkpoint
error, enc_p.enc_.norm_layers_2.4.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_2.4.beta is not in the checkpoint
error, enc_p.enc_.norm_layers_2.5.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_2.5.gamma is not in the checkpoint
error, enc_p.enc_.norm_layers_2.5.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | enc_p.enc_.norm_layers_2.5.beta is not in the checkpoint
error, f0_decoder.prenet.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.prenet.weight is not in the checkpoint
error, f0_decoder.prenet.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.prenet.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.0.conv_q.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.0.conv_q.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.0.conv_q.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.0.conv_q.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.0.conv_k.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.0.conv_k.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.0.conv_k.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.0.conv_k.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.0.conv_v.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.0.conv_v.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.0.conv_v.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.0.conv_v.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.0.conv_o.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.0.conv_o.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.0.conv_o.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.0.conv_o.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.1.conv_q.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.1.conv_q.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.1.conv_q.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.1.conv_q.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.1.conv_k.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.1.conv_k.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.1.conv_k.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.1.conv_k.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.1.conv_v.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.1.conv_v.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.1.conv_v.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.1.conv_v.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.1.conv_o.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.1.conv_o.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.1.conv_o.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.1.conv_o.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.2.conv_q.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.2.conv_q.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.2.conv_q.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.2.conv_q.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.2.conv_k.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.2.conv_k.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.2.conv_k.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.2.conv_k.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.2.conv_v.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.2.conv_v.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.2.conv_v.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.2.conv_v.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.2.conv_o.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.2.conv_o.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.2.conv_o.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.2.conv_o.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.3.conv_q.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.3.conv_q.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.3.conv_q.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.3.conv_q.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.3.conv_k.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.3.conv_k.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.3.conv_k.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.3.conv_k.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.3.conv_v.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.3.conv_v.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.3.conv_v.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.3.conv_v.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.3.conv_o.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.3.conv_o.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.3.conv_o.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.3.conv_o.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.4.conv_q.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.4.conv_q.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.4.conv_q.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.4.conv_q.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.4.conv_k.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.4.conv_k.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.4.conv_k.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.4.conv_k.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.4.conv_v.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.4.conv_v.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.4.conv_v.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.4.conv_v.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.4.conv_o.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.4.conv_o.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.4.conv_o.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.4.conv_o.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.5.conv_q.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.5.conv_q.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.5.conv_q.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.5.conv_q.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.5.conv_k.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.5.conv_k.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.5.conv_k.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.5.conv_k.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.5.conv_v.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.5.conv_v.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.5.conv_v.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.5.conv_v.bias is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.5.conv_o.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.5.conv_o.weight is not in the checkpoint
error, f0_decoder.decoder.self_attn_layers.5.conv_o.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.self_attn_layers.5.conv_o.bias is not in the checkpoint
error, f0_decoder.decoder.norm_layers_0.0.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_0.0.gamma is not in the checkpoint
error, f0_decoder.decoder.norm_layers_0.0.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_0.0.beta is not in the checkpoint
error, f0_decoder.decoder.norm_layers_0.1.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_0.1.gamma is not in the checkpoint
error, f0_decoder.decoder.norm_layers_0.1.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_0.1.beta is not in the checkpoint
error, f0_decoder.decoder.norm_layers_0.2.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_0.2.gamma is not in the checkpoint
error, f0_decoder.decoder.norm_layers_0.2.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_0.2.beta is not in the checkpoint
error, f0_decoder.decoder.norm_layers_0.3.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_0.3.gamma is not in the checkpoint
error, f0_decoder.decoder.norm_layers_0.3.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_0.3.beta is not in the checkpoint
error, f0_decoder.decoder.norm_layers_0.4.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_0.4.gamma is not in the checkpoint
error, f0_decoder.decoder.norm_layers_0.4.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_0.4.beta is not in the checkpoint
error, f0_decoder.decoder.norm_layers_0.5.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_0.5.gamma is not in the checkpoint
error, f0_decoder.decoder.norm_layers_0.5.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_0.5.beta is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.0.conv_1.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.0.conv_1.weight is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.0.conv_1.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.0.conv_1.bias is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.0.conv_2.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.0.conv_2.weight is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.0.conv_2.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.0.conv_2.bias is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.1.conv_1.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.1.conv_1.weight is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.1.conv_1.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.1.conv_1.bias is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.1.conv_2.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.1.conv_2.weight is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.1.conv_2.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.1.conv_2.bias is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.2.conv_1.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.2.conv_1.weight is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.2.conv_1.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.2.conv_1.bias is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.2.conv_2.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.2.conv_2.weight is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.2.conv_2.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.2.conv_2.bias is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.3.conv_1.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.3.conv_1.weight is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.3.conv_1.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.3.conv_1.bias is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.3.conv_2.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.3.conv_2.weight is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.3.conv_2.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.3.conv_2.bias is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.4.conv_1.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.4.conv_1.weight is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.4.conv_1.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.4.conv_1.bias is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.4.conv_2.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.4.conv_2.weight is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.4.conv_2.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.4.conv_2.bias is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.5.conv_1.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.5.conv_1.weight is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.5.conv_1.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.5.conv_1.bias is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.5.conv_2.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.5.conv_2.weight is not in the checkpoint
error, f0_decoder.decoder.ffn_layers.5.conv_2.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.ffn_layers.5.conv_2.bias is not in the checkpoint
error, f0_decoder.decoder.norm_layers_1.0.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_1.0.gamma is not in the checkpoint
error, f0_decoder.decoder.norm_layers_1.0.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_1.0.beta is not in the checkpoint
error, f0_decoder.decoder.norm_layers_1.1.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_1.1.gamma is not in the checkpoint
error, f0_decoder.decoder.norm_layers_1.1.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_1.1.beta is not in the checkpoint
error, f0_decoder.decoder.norm_layers_1.2.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_1.2.gamma is not in the checkpoint
error, f0_decoder.decoder.norm_layers_1.2.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_1.2.beta is not in the checkpoint
error, f0_decoder.decoder.norm_layers_1.3.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_1.3.gamma is not in the checkpoint
error, f0_decoder.decoder.norm_layers_1.3.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_1.3.beta is not in the checkpoint
error, f0_decoder.decoder.norm_layers_1.4.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_1.4.gamma is not in the checkpoint
error, f0_decoder.decoder.norm_layers_1.4.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_1.4.beta is not in the checkpoint
error, f0_decoder.decoder.norm_layers_1.5.gamma is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_1.5.gamma is not in the checkpoint
error, f0_decoder.decoder.norm_layers_1.5.beta is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.decoder.norm_layers_1.5.beta is not in the checkpoint
error, f0_decoder.proj.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.proj.weight is not in the checkpoint
error, f0_decoder.proj.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.proj.bias is not in the checkpoint
error, f0_decoder.f0_prenet.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.f0_prenet.weight is not in the checkpoint
error, f0_decoder.f0_prenet.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.f0_prenet.bias is not in the checkpoint
error, f0_decoder.cond.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.cond.weight is not in the checkpoint
error, f0_decoder.cond.bias is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | f0_decoder.cond.bias is not in the checkpoint
error, emb_uv.weight is not in the checkpoint
2023-06-24 14:56:24 | INFO | root | emb_uv.weight is not in the checkpoint
load 
2023-06-24 14:56:24 | INFO | root | Loaded checkpoint 'upload_dir/0/G_56000.pth' (iteration 1474)

destination speaker ID stays on default(0) and when selecting the id with the model name it goes back to default.

perhapse my models are too old? I am unsure

w-okada commented 1 year ago

It looks like the model won't load. The supported so-vits-svc is version 4.0. Anything else won't be supported. What version is it?

jurassicjordan commented 1 year ago

I’m not certain. It may have been 2.0 I’ll have to check my install I can’t seem to find the repo I originally installed from

jurassicjordan commented 1 year ago

I found the repo I originally used to train my svc models. I am unsure if it’s 4.0 or not

https://github.com/effusiveperiscope/so-vits-svc/tree/eff

w-okada commented 1 year ago

that repo says forked from https://github.com/PlayVoice/so-vits-svc-5.0 5.0 is not supported