Instructions to use SWivid/F5-TTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- F5-TTS
How to use SWivid/F5-TTS 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
Enable download stats
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
pipeline_tag: text-to-speech
|
|
|
|
| 4 |
---
|
| 5 |
Download [F5-TTS](https://huggingface.co/SWivid/F5-TTS/tree/main/F5TTS_Base) or [E2 TTS](https://huggingface.co/SWivid/F5-TTS/tree/main/E2TTS_Base) and place under ckpts/
|
| 6 |
```
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
pipeline_tag: text-to-speech
|
| 4 |
+
library_name: f5-tts
|
| 5 |
---
|
| 6 |
Download [F5-TTS](https://huggingface.co/SWivid/F5-TTS/tree/main/F5TTS_Base) or [E2 TTS](https://huggingface.co/SWivid/F5-TTS/tree/main/E2TTS_Base) and place under ckpts/
|
| 7 |
```
|