-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RVC V2 Models Are not compatible with MMVCServerSIO #233
Comments
benc1221
changed the title
RVX V2 Models Are not compatible with MMVCServerSIO
RVC V2 Models Are not compatible with MMVCServerSIO
May 17, 2023
No, not supported yet. I have plan to support by end of May. Please wait. |
I released new version which supports rvc v2. try it. |
Una mierda |
does not work for me.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[Voice Changer] exception! loading inferencer Error(s) in loading state_dict for SynthesizerTrnMs256NSFsid:
size mismatch for enc_p.emb_phone.weight: copying a param with shape torch.Size([192, 768]) from checkpoint, the shape in current model is torch.Size([192, 256]).
Traceback (most recent call last):
File "voice_changer\RVC\pipeline\PipelineGenerator.py", line 24, in createPipeline
File "voice_changer\RVC\inferencer\InferencerManager.py", line 20, in getInferencer
File "voice_changer\RVC\inferencer\InferencerManager.py", line 31, in loadInferencer
File "voice_changer\RVC\inferencer\RVCInferencer.py", line 19, in loadModel
File "torch\nn\modules\module.py", line 1671, in load_state_dict
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format(
RuntimeError: Error(s) in loading state_dict for SynthesizerTrnMs256NSFsid:
size mismatch for enc_p.emb_phone.weight: copying a param with shape torch.Size([192, 768]) from checkpoint, the shape in current model is torch.Size([192, 256]).
[Voice Changer] generate new embedder. (no embedder)
[Voice Changer] Loading index...
Traceback (most recent call last):
File "voice_changer\VoiceChanger.py", line 301, in loadModel
File "voice_changer\RVC\RVC.py", line 84, in loadModel
File "voice_changer\RVC\RVC.py", line 153, in prepareModel
File "voice_changer\RVC\pipeline\PipelineGenerator.py", line 54, in createPipeline
UnboundLocalError: local variable 'inferencer' referenced before assignment
[Voice Changer] Model Load Error! Check your model is valid. local variable 'inferencer' referenced before assignment
i just need to know if v2 models work with the current version of the application
The text was updated successfully, but these errors were encountered: