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
Add Audio8 Community License v1.0 (revenue-capped custom license)
Browse files
LICENSE
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Audio8 Community License v1.0
|
| 2 |
+
|
| 3 |
+
Copyright © 2026 Audio8
|
| 4 |
+
|
| 5 |
+
## Preamble
|
| 6 |
+
|
| 7 |
+
This License governs your use of the **Audio8 TTS Preview 0.1B** model (the
|
| 8 |
+
"Model") made available by Audio8 ("Licensor"). By downloading, accessing, or
|
| 9 |
+
using the Model, you agree to be bound by the terms of this License.
|
| 10 |
+
|
| 11 |
+
## 1. Definitions
|
| 12 |
+
|
| 13 |
+
- **"Model"** means the model weights, neural audio codec, tokenizer,
|
| 14 |
+
configuration, processor, and any accompanying code or checkpoints provided
|
| 15 |
+
in this repository.
|
| 16 |
+
- **"Entity"** means you, or if you act on behalf of a legal entity, that legal
|
| 17 |
+
entity, together with its parent companies, subsidiaries, and affiliates.
|
| 18 |
+
- **"Non-Commercial Use"** means any use that does not involve direct or
|
| 19 |
+
indirect commercial benefit or revenue, including research, personal,
|
| 20 |
+
educational, and evaluation purposes.
|
| 21 |
+
- **"Commercial Use"** means any use other than Non-Commercial Use, including
|
| 22 |
+
but not limited to offering products or services for a fee, advertising or
|
| 23 |
+
monetized content, and revenue-generating internal business operations.
|
| 24 |
+
- **"Annual Revenue"** means the total consolidated annual gross revenue of the
|
| 25 |
+
Entity for its most recently completed fiscal year, determined in accordance
|
| 26 |
+
with generally accepted accounting principles and converted into United
|
| 27 |
+
States dollars.
|
| 28 |
+
|
| 29 |
+
## 2. Grant of Rights
|
| 30 |
+
|
| 31 |
+
**2.1 Non-Commercial Use.** Subject to the terms of this License, Licensor
|
| 32 |
+
grants you a worldwide, non-exclusive, royalty-free, perpetual license to use,
|
| 33 |
+
reproduce, modify, and redistribute the Model for Non-Commercial Use.
|
| 34 |
+
|
| 35 |
+
**2.2 Commercial Use (Revenue-Capped).** Subject to the terms of this License,
|
| 36 |
+
Licensor grants you a worldwide, non-exclusive, royalty-free license to make
|
| 37 |
+
Commercial Use of the Model, provided that your Entity's Annual Revenue is
|
| 38 |
+
**less than US$2,000,000 (two million US dollars)**.
|
| 39 |
+
|
| 40 |
+
**2.3 Commercial Use above the Threshold.** If your Entity's Annual Revenue
|
| 41 |
+
equals or exceeds US$2,000,000, Commercial Use of the Model is **not
|
| 42 |
+
permitted** under this License. You must obtain a separate written commercial
|
| 43 |
+
license from the Licensor before making any Commercial Use.
|
| 44 |
+
|
| 45 |
+
## 3. Conditions
|
| 46 |
+
|
| 47 |
+
- **Attribution.** Any redistribution of the Model, modified or unmodified,
|
| 48 |
+
must retain this License and a notice of the Licensor's authorship.
|
| 49 |
+
- **No Additional Restrictions.** You may not impose any restriction on
|
| 50 |
+
recipients that contradicts the terms of this License.
|
| 51 |
+
- **Responsible Use.** You must not use the Model to impersonate individuals
|
| 52 |
+
without their consent, to create misleading or deceptive content, or in any
|
| 53 |
+
way that violates applicable law. Where required, you must disclose
|
| 54 |
+
synthetic or AI-generated content.
|
| 55 |
+
- **No Trademark License.** This License does not grant you any rights to the
|
| 56 |
+
Audio8 name, logo, or trademarks.
|
| 57 |
+
|
| 58 |
+
## 4. Termination
|
| 59 |
+
|
| 60 |
+
This License terminates automatically if you fail to comply with any of its
|
| 61 |
+
terms. Upon termination, you must cease all use of the Model and destroy all
|
| 62 |
+
copies in your possession or control.
|
| 63 |
+
|
| 64 |
+
## 5. Disclaimer of Warranty
|
| 65 |
+
|
| 66 |
+
THE MODEL IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 67 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 68 |
+
FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
|
| 69 |
+
|
| 70 |
+
## 6. Limitation of Liability
|
| 71 |
+
|
| 72 |
+
IN NO EVENT SHALL THE LICENSOR BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
|
| 73 |
+
LIABILITY ARISING FROM OR IN CONNECTION WITH THE MODEL OR ITS USE.
|
| 74 |
+
|
| 75 |
+
## 7. Commercial Licenses and Contact
|
| 76 |
+
|
| 77 |
+
To request a commercial license (including Commercial Use above the revenue
|
| 78 |
+
threshold) or for any questions about this License, please contact the Audio8
|
| 79 |
+
team through the Audio8 GitHub repository (https://github.com/Audio8-AI/Audio8_TTS)
|
| 80 |
+
or by opening an issue on the Hugging Face repository.
|
| 81 |
+
|
| 82 |
+
---
|
| 83 |
+
|
| 84 |
+
# Audio8 社区许可证 v1.0(中文对照,仅供参考,以英文文本为准)
|
| 85 |
+
|
| 86 |
+
## 序言
|
| 87 |
+
|
| 88 |
+
本许可证管辖您对 **Audio8 TTS Preview 0.1B** 模型(下称"模型")的使用。该模型由
|
| 89 |
+
Audio8(下称"许可方")提供。下载、访问或使用本模型,即表示您同意受本许可证条款的约束。
|
| 90 |
+
|
| 91 |
+
## 1. 定义
|
| 92 |
+
|
| 93 |
+
- **"模型"** 指本仓库中提供的模型权重、神经音频编解码器、分词器、配置、处理器,以及任何附带的代码或检查点。
|
| 94 |
+
- **"实体"** 指您本人;若您代表某一法人实体行事,则该法人实体连同其母公司、子公司及关联公司。
|
| 95 |
+
- **"非商业使用"** 指不涉及直接或间接商业利益或收入的使用,包括研究、个人、教育及评估目的。
|
| 96 |
+
- **"商业使用"** 指非商业使用以外的任何使用,包括但不限于有偿提供产品或服务、广告或变现内容,以及产生收入的内部业务运营。
|
| 97 |
+
- **"年营收"** 指该实体最近一个完整财年的合并年度总营收,按公认会计原则确定并折算为美元。
|
| 98 |
+
|
| 99 |
+
## 2. 权利授予
|
| 100 |
+
|
| 101 |
+
**2.1 非商业使用。** 在遵守本许可证条款的前提下,许可方授予您全球范围内、非独占、免版税、永久的许可,可将���型用于非商业使用、复制、修改和再分发。
|
| 102 |
+
|
| 103 |
+
**2.2 商业使用(营收上限)。** 在遵守本许可证条款的前提下,许可方授予您全球范围内、非独占、免版税的许可,可对模型进行商业使用,前提是您所在实体的年营收**低于 200 万美元(US$2,000,000)**。
|
| 104 |
+
|
| 105 |
+
**2.3 超过门槛的商业使用。** 若您所在实体的年营收达到或超过 200 万美元,则本许可证**不允许**对该模型进行商业使用。您在进行任何商业使用前,必须从许可方处获得单独的书面商业许可。
|
| 106 |
+
|
| 107 |
+
## 3. 条件
|
| 108 |
+
|
| 109 |
+
- **署名。** 任何对模型的再分发(无论是否修改)必须保留本许可证及对许可方作者身份的声明。
|
| 110 |
+
- **不得附加限制。** 您不得对接收方施加与本许可证条款相抵触的任何限制。
|
| 111 |
+
- **负责任地使用。** 您不得在未经本人同意的情况下使用该模型进行人物冒充、制作误导性或欺骗性内容,或以任何违反适用法律的方式使用。在需要时,您必须披露合成或 AI 生成的内容。
|
| 112 |
+
- **不含商标许可。** 本许可证不授予您对 Audio8 名称、标识或商标的任何权利。
|
| 113 |
+
|
| 114 |
+
## 4. 终止
|
| 115 |
+
|
| 116 |
+
若您未能遵守本许可证的任何条款,本许可证将自动终止。终止后,您必须停止对模型的一切使用,并销毁您持有或控制的所有副本。
|
| 117 |
+
|
| 118 |
+
## 5. 免责声明
|
| 119 |
+
|
| 120 |
+
本模型按"原样"提供,不作任何明示或暗示的保证,包括但不限于适销性、特定用途适用性及不侵权保证。
|
| 121 |
+
|
| 122 |
+
## 6. 责任限制
|
| 123 |
+
|
| 124 |
+
在任何情况下,许可方均不对因本模型或其使用引起的任何索赔、损害或其他责任承担责任。
|
| 125 |
+
|
| 126 |
+
## 7. 商业许可与联系
|
| 127 |
+
|
| 128 |
+
如需申请商业许可(包括超过营收门槛的商业使用)或对本许可证有任何疑问,请通过 Audio8 GitHub 仓库(https://github.com/Audio8-AI/Audio8_TTS)联系 Audio8 团队,或在 Hugging Face 仓库上提交 issue。
|