mirror of
https://github.com/2noise/ChatTTS.git
synced 2026-08-28 09:36:10 +08:00
doc: change LICENSE to AGPL-v3.0
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# ChatTTS
|
||||
A generative speech model for daily dialogue.
|
||||
|
||||
[](https://github.com/2noise/ChatTTS/blob/main/LICENSE)
|
||||
[](https://github.com/2noise/ChatTTS/blob/main/LICENSE)
|
||||
[](https://pypi.org/project/ChatTTS)
|
||||
|
||||
[](https://huggingface.co/2Noise/ChatTTS)
|
||||
@@ -38,6 +38,9 @@ ChatTTS is a text-to-speech model designed specifically for dialogue scenarios s
|
||||
3. **Better Prosody**: ChatTTS surpasses most of open-source TTS models in terms of prosody. We provide pretrained models to support further research and development.
|
||||
|
||||
### Dataset & Model
|
||||
> [!Important]
|
||||
> The released model is for academic purposes only.
|
||||
|
||||
- The main model is trained with Chinese and English audio data of 100,000+ hours.
|
||||
- The open-source version on **[HuggingFace](https://huggingface.co/2Noise/ChatTTS)** is a 40,000 hours pre-trained model without SFT.
|
||||
|
||||
@@ -47,11 +50,17 @@ ChatTTS is a text-to-speech model designed specifically for dialogue scenarios s
|
||||
- [ ] Open-source the 40k hour version with multi-emotion control.
|
||||
- [ ] ChatTTS.cpp (new repo in `2noise` org is welcomed)
|
||||
|
||||
### Disclaimer
|
||||
> [!Important]
|
||||
> This repo is for academic purposes only.
|
||||
### Licenses
|
||||
|
||||
It is intended for educational and research use, and should not be used for any commercial or legal purposes. The authors do not guarantee the accuracy, completeness, or reliability of the information. The information and data used in this repo, are for academic and research purposes only. The data obtained from publicly available sources, and the authors do not claim any ownership or copyright over the data.
|
||||
#### The Code
|
||||
|
||||
The code is published under `AGPLv3+` license.
|
||||
|
||||
#### The model
|
||||
|
||||
The model is published under `CC BY-NC 4.0` license. It is intended for educational and research use, and should not be used for any commercial or illegal purposes. The authors do not guarantee the accuracy, completeness, or reliability of the information. The information and data used in this repo, are for academic and research purposes only. The data obtained from publicly available sources, and the authors do not claim any ownership or copyright over the data.
|
||||
|
||||
### Disclaimer
|
||||
|
||||
ChatTTS is a powerful text-to-speech system. However, it is very important to utilize this technology responsibly and ethically. To limit the use of ChatTTS, we added a small amount of high-frequency noise during the training of the 40,000-hour model, and compressed the audio quality as much as possible using MP3 format, to prevent malicious actors from potentially using it for criminal purposes. At the same time, we have internally trained a detection model and plan to open-source it in the future.
|
||||
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
# ChatTTS
|
||||
一款适用于日常对话的生成式语音模型。
|
||||
|
||||
[](https://github.com/2noise/ChatTTS/blob/main/LICENSE)
|
||||
[](https://github.com/2noise/ChatTTS/blob/main/LICENSE)
|
||||
[](https://pypi.org/project/ChatTTS)
|
||||
|
||||
[](https://huggingface.co/2Noise/ChatTTS)
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
# ChatTTS
|
||||
Un modelo de generación de voz para la conversación diaria.
|
||||
|
||||
[](https://github.com/2noise/ChatTTS/blob/main/LICENSE)
|
||||
[](https://github.com/2noise/ChatTTS/blob/main/LICENSE)
|
||||
|
||||
[](https://huggingface.co/2Noise/ChatTTS)
|
||||
[](https://colab.research.google.com/github/2noise/ChatTTS/blob/main/examples/ipynb/colab.ipynb)
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
# ChatTTS
|
||||
Un modèle de parole génératif pour le dialogue quotidien.
|
||||
|
||||
[](https://github.com/2noise/ChatTTS/blob/main/LICENSE)
|
||||
[](https://github.com/2noise/ChatTTS/blob/main/LICENSE)
|
||||
[](https://pypi.org/project/ChatTTS)
|
||||
|
||||
[](https://huggingface.co/2Noise/ChatTTS)
|
||||
|
||||
@@ -17,7 +17,7 @@ setup(
|
||||
package_data={
|
||||
"ChatTTS.res": ["homophones_map.json", "sha256_map.json"],
|
||||
},
|
||||
license="CC BY-NC 4.0",
|
||||
license="AGPLv3+",
|
||||
install_requires=[
|
||||
"numba",
|
||||
"numpy<2.0.0",
|
||||
@@ -33,5 +33,6 @@ setup(
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"Operating System :: OS Independent",
|
||||
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user