Voice Cloning Error #1400
stanleyshly
started this conversation in
General
Replies: 2 comments
-
speaker_encoder_ap <-- need to look at that. Find where it is initialised and print it out. |
Beta Was this translation helpful? Give feedback.
0 replies
-
VITS cannot be used for zero-shot voice cloning. Yes, the error message is terribly unexplicit. Similar issue is #1440 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently trying to do voice cloning with this command
/TTS/bin/synthesize.py --speaker_wav ./sample_recording.wav --text 'this is a test sentence' --model_name "tts_models/en/vctk/vits" --vocoder_name "vocoder_models/en/vctk/hifigan_v2"
However, I get this error:
How do I fix this error, and why is it being caused.
Beta Was this translation helpful? Give feedback.
All reactions