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: license to Audio8 Community License v1.0
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- zh
|
| 5 |
- en
|
|
@@ -236,5 +238,17 @@ languages listed above.
|
|
| 236 |
|
| 237 |
## License
|
| 238 |
|
| 239 |
-
This model
|
| 240 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: audio8-community-license-v1.0
|
| 4 |
+
license_link: https://huggingface.co/Audio8/Audio8-TTS-Preview-0.1b/blob/main/LICENSE
|
| 5 |
language:
|
| 6 |
- zh
|
| 7 |
- en
|
|
|
|
| 238 |
|
| 239 |
## License
|
| 240 |
|
| 241 |
+
This model is released under the
|
| 242 |
+
[**Audio8 Community License v1.0**](https://huggingface.co/Audio8/Audio8-TTS-Preview-0.1b/blob/main/LICENSE),
|
| 243 |
+
a revenue-capped custom license.
|
| 244 |
+
|
| 245 |
+
- **Non-Commercial Use** (research, personal, educational, evaluation) is free.
|
| 246 |
+
- **Commercial Use is free** for entities whose annual revenue (including
|
| 247 |
+
parent companies, subsidiaries, and affiliates) is **less than US$2,000,000**.
|
| 248 |
+
- Entities with annual revenue **of US$2,000,000 or more** must obtain a
|
| 249 |
+
separate written commercial license from Audio8 before any Commercial Use.
|
| 250 |
+
|
| 251 |
+
English text is authoritative; a Chinese translation is provided in the
|
| 252 |
+
`LICENSE` file for reference. For commercial licenses, contact the Audio8 team
|
| 253 |
+
via [the Audio8 GitHub repository](https://github.com/Audio8-AI/Audio8_TTS) or
|
| 254 |
+
an issue on this Hugging Face repository.
|