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
Update README.md
Browse files
README.md
CHANGED
|
@@ -177,6 +177,8 @@ The page url is : `https://{your device ip}:7860`
|
|
| 177 |
|
| 178 |
Note that you need to run these two commands in the project root directory.
|
| 179 |
|
|
|
|
|
|
|
| 180 |
### Optional. Process Prompt Speech
|
| 181 |
If you want to replicate a specific sound, do this step.
|
| 182 |
You can use audio in asset/ .
|
|
|
|
| 177 |
|
| 178 |
Note that you need to run these two commands in the project root directory.
|
| 179 |
|
| 180 |
+

|
| 181 |
+
|
| 182 |
### Optional. Process Prompt Speech
|
| 183 |
If you want to replicate a specific sound, do this step.
|
| 184 |
You can use audio in asset/ .
|