Text-to-Speech
Transformers
Safetensors
PyTorch
English
Chinese
breeze
text-generation
speech-generation
voice-clone
voice-design
voice-direction
cuda
Instructions to use BreezeBlue/Breeze-TTS-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BreezeBlue/Breeze-TTS-2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="BreezeBlue/Breeze-TTS-2")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("BreezeBlue/Breeze-TTS-2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update model license to v1.1
Browse filesRemove the distributor-side recipient acceptance requirement while preserving all research and non-commercial restrictions.
LICENSE
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
BREEZEBLUE RESEARCH AND NON-COMMERCIAL LICENSE AGREEMENT
|
| 2 |
|
| 3 |
-
Version 1.
|
| 4 |
-
Last Updated:
|
| 5 |
|
| 6 |
This BreezeBlue Research and Non-Commercial License Agreement (the
|
| 7 |
"Agreement") is entered into between RESONIA, INC., doing business as
|
|
@@ -150,10 +150,7 @@ non-commercial use only.";
|
|
| 150 |
|
| 151 |
(e) license the distributed Model Materials or Derivative Model under this
|
| 152 |
Agreement without adding terms that conflict with or reduce the protections
|
| 153 |
-
of this Agreement
|
| 154 |
-
|
| 155 |
-
(f) ensure that each recipient independently accepts this Agreement before
|
| 156 |
-
accessing or using the Model Materials or Derivative Model.
|
| 157 |
|
| 158 |
You may not use "BreezeBlue," "Breeze TTS 2," or any confusingly similar name
|
| 159 |
as the primary name of a Derivative Model, product, or service, or in any way
|
|
|
|
| 1 |
BREEZEBLUE RESEARCH AND NON-COMMERCIAL LICENSE AGREEMENT
|
| 2 |
|
| 3 |
+
Version 1.1
|
| 4 |
+
Last Updated: September 1, 2026
|
| 5 |
|
| 6 |
This BreezeBlue Research and Non-Commercial License Agreement (the
|
| 7 |
"Agreement") is entered into between RESONIA, INC., doing business as
|
|
|
|
| 150 |
|
| 151 |
(e) license the distributed Model Materials or Derivative Model under this
|
| 152 |
Agreement without adding terms that conflict with or reduce the protections
|
| 153 |
+
of this Agreement.
|
|
|
|
|
|
|
|
|
|
| 154 |
|
| 155 |
You may not use "BreezeBlue," "Breeze TTS 2," or any confusingly similar name
|
| 156 |
as the primary name of a Derivative Model, product, or service, or in any way
|