Instructions to use walydevelopers/m-new-voice-clone-pro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Pocket-TTS
How to use walydevelopers/m-new-voice-clone-pro with Pocket-TTS:
from pocket_tts import TTSModel import scipy.io.wavfile tts_model = TTSModel.load_model("walydevelopers/m-new-voice-clone-pro") voice_state = tts_model.get_state_for_audio_prompt( "hf://kyutai/tts-voices/alba-mackenna/casual.wav" ) audio = tts_model.generate_audio(voice_state, "Hello world, this is a test.") # Audio is a 1D torch tensor containing PCM data. scipy.io.wavfile.write("output.wav", tts_model.sample_rate, audio.numpy()) - Notebooks
- Google Colab
- Kaggle
Hey, ArticWarriors, ArticWarriors7, three days left for the AER campaign. We've done good, but we can do better. So ask yourself, what is AER? What do they do? What is it? It's us taking care of us. It's us soldiers taking care of soldiers and families, all right? And we talk about people first, that's putting people first. A little bit a month can go a long way for some of our soldiers that need it, all right? So please, we are busy, we got a lot going on, we got a lot of training going on, but take some time to donate and take care of ourselves. Have a great day, guys. ArticWarriors7 out.
#1 opened 1 day ago
by
Jay65m