Text-to-Speech
Transformers
Safetensors
arktts
feature-extraction
audio
tts
voice-cloning
zero-shot
multilingual
custom_code
Instructions to use Audio8/Audio8-TTS-Preview-0.1b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Audio8/Audio8-TTS-Preview-0.1b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Audio8/Audio8-TTS-Preview-0.1b", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Audio8/Audio8-TTS-Preview-0.1b", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -32,7 +32,17 @@ tags:
|
|
| 32 |
|
| 33 |
</div>
|
| 34 |
|
| 35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
repository contains the complete v4 mixed checkpoint, its neural audio codec,
|
| 37 |
tokenizer, processor, and Hugging Face remote code.
|
| 38 |
|
|
|
|
| 32 |
|
| 33 |
</div>
|
| 34 |
|
| 35 |
+
<div align="center">
|
| 36 |
+
<video
|
| 37 |
+
src="https://github.com/user-attachments/assets/d5f2b9a3-a87d-49a3-9df4-a3d1c377531d"
|
| 38 |
+
controls
|
| 39 |
+
playsinline
|
| 40 |
+
preload="metadata"
|
| 41 |
+
width="20%">
|
| 42 |
+
</video>
|
| 43 |
+
</div>
|
| 44 |
+
|
| 45 |
+
**Audio8 TTS 0.1B** supports speech generation and zero-shot voice cloning. This
|
| 46 |
repository contains the complete v4 mixed checkpoint, its neural audio codec,
|
| 47 |
tokenizer, processor, and Hugging Face remote code.
|
| 48 |
|