Text-to-Speech
Transformers
Chinese
style-bert-vits2
tts
childish
childish voice
chinese
text2audio
text-to-audio
text to audio
audio
Instructions to use RikkaBotan/style_bert_vits2_chinese_original with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RikkaBotan/style_bert_vits2_chinese_original with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="RikkaBotan/style_bert_vits2_chinese_original")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("RikkaBotan/style_bert_vits2_chinese_original", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload style_vectors.npy with huggingface_hub
Browse files- style_vectors.npy +3 -0
style_vectors.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c84a8aee3eea46d88d7f0eb283643f1996d8691c283f0dc50e677c2832a68905
|
| 3 |
+
size 1152
|