Instructions to use ThePioneer/MyVoiceClone-Style-Bert-VITS2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ThePioneer/MyVoiceClone-Style-Bert-VITS2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="ThePioneer/MyVoiceClone-Style-Bert-VITS2")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ThePioneer/MyVoiceClone-Style-Bert-VITS2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
This model is a voice clone of myself created specifically for Style Bert VITS2.
It is capable of text-to-speach voice generation in English, Japanese, and Chinese.
The voice is young and neutral that can be used for various situations (including but not limited to AITuber with non-binary gender, etc.).
Samples
To use it in English or Chinese tts, make sure you run App.bat (instead of Editor.bat that specializes in Japanese tts generation, and that can modify accents when necessary).
English
Japanese
Chinese
- Downloads last month
- 17