Instructions to use mrfakename/OpenF5-TTS-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- F5-TTS
How to use mrfakename/OpenF5-TTS-Base with F5-TTS:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
update README.md
#2
by bipinsreddy - opened
README.md
CHANGED
|
@@ -34,7 +34,7 @@ This model was trained using the F5-TTS Base V1 model configuration for 1 millio
|
|
| 34 |
```
|
| 35 |
pip install f5-tts
|
| 36 |
huggingface-cli download mrfakename/OpenF5-TTS --local-dir openf5
|
| 37 |
-
f5-tts_infer-cli -
|
| 38 |
```
|
| 39 |
|
| 40 |
## Safety
|
|
|
|
| 34 |
```
|
| 35 |
pip install f5-tts
|
| 36 |
huggingface-cli download mrfakename/OpenF5-TTS --local-dir openf5
|
| 37 |
+
f5-tts_infer-cli -c openf5/config.yaml -p openf5/model.pt -v openf5/vocab.txt
|
| 38 |
```
|
| 39 |
|
| 40 |
## Safety
|