You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, your project is very interesting. But I find it is hard to use new prompt as reference audio to clone the target voice. I am trying to prepare with MFA tools, but I am wrong:
'''
.cache/torch/hub/ex3ndr_supervoice-gpt_master/supervoice_gpt/tokenizer.py", line 57, in
return [self.phoneme_to_id[p] for p in phonemes]
~~~~~~~~~~~~~~~~~~^^^
KeyError: ''
'''
I cannot understand why it happens, I just use mfa align to prepare the voice prompt. So if you can provides a function that can directly use new prompt voice, it will be helpful!
The text was updated successfully, but these errors were encountered:
Hi, your project is very interesting. But I find it is hard to use new prompt as reference audio to clone the target voice. I am trying to prepare with MFA tools, but I am wrong:
'''
.cache/torch/hub/ex3ndr_supervoice-gpt_master/supervoice_gpt/tokenizer.py", line 57, in
return [self.phoneme_to_id[p] for p in phonemes]
~~~~~~~~~~~~~~~~~~^^^
KeyError: ''
'''
I cannot understand why it happens, I just use mfa align to prepare the voice prompt. So if you can provides a function that can directly use new prompt voice, it will be helpful!
The text was updated successfully, but these errors were encountered: