Instructions to use AXERA-TECH/CosyVoice2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AXERA-TECH/CosyVoice2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="AXERA-TECH/CosyVoice2")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AXERA-TECH/CosyVoice2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
lihongjie commited on
Commit ·
760284e
1
Parent(s): 35bd210
update
Browse files
.gitignore
CHANGED
|
@@ -1,3 +1,2 @@
|
|
| 1 |
output*.wav
|
| 2 |
-
__pycache__/
|
| 3 |
-
*.txt
|
|
|
|
| 1 |
output*.wav
|
| 2 |
+
__pycache__/
|
|
|
prompt_files/flow_embedding.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c84dd03552b79ff8988ac9e79b9ebc4b4bd1a0c9f589393d9986ed97e3ea73df
|
| 3 |
+
size 4895
|
prompt_files/flow_prompt_speech_token.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31658beb42e96ae91da9b112b6025624dba582558a3b43b2e7dc42668f0c842d
|
| 3 |
+
size 424
|
prompt_files/llm_embedding.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c84dd03552b79ff8988ac9e79b9ebc4b4bd1a0c9f589393d9986ed97e3ea73df
|
| 3 |
+
size 4895
|
prompt_files/llm_prompt_speech_token.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31658beb42e96ae91da9b112b6025624dba582558a3b43b2e7dc42668f0c842d
|
| 3 |
+
size 424
|
prompt_files/prompt_speech_feat.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d72169f3b75ddae4fe426617b807fee1a57eb24655d864adbab0caa45e4a9eb5
|
| 3 |
+
size 361738
|
prompt_files/prompt_text.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7aa9890965bc6eaaeb765a9fc8ac04cc31aa279d03026dc521df01cb8c10d429
|
| 3 |
+
size 89
|