Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,9 @@ language:
|
|
| 13 |
- ar
|
| 14 |
- hi
|
| 15 |
- sw
|
| 16 |
-
license:
|
|
|
|
|
|
|
| 17 |
tags:
|
| 18 |
- audio-generation
|
| 19 |
- diffusion
|
|
@@ -22,6 +24,7 @@ tags:
|
|
| 22 |
- speech-generation
|
| 23 |
- expressive-speech
|
| 24 |
- voice-acting
|
|
|
|
| 25 |
pipeline_tag: text-to-speech
|
| 26 |
library_name: scenema-audio
|
| 27 |
inference: false
|
|
@@ -253,6 +256,8 @@ Benchmarked on NVIDIA RTX 4090 (24 GB), ~55 seconds of output audio:
|
|
| 253 |
|
| 254 |
## License
|
| 255 |
|
| 256 |
-
|
| 257 |
|
| 258 |
-
|
|
|
|
|
|
|
|
|
| 13 |
- ar
|
| 14 |
- hi
|
| 15 |
- sw
|
| 16 |
+
license: other
|
| 17 |
+
license_name: ltx-2-community
|
| 18 |
+
license_link: https://github.com/Lightricks/LTX-2/blob/main/LICENSE
|
| 19 |
tags:
|
| 20 |
- audio-generation
|
| 21 |
- diffusion
|
|
|
|
| 24 |
- speech-generation
|
| 25 |
- expressive-speech
|
| 26 |
- voice-acting
|
| 27 |
+
- text-to-speech
|
| 28 |
pipeline_tag: text-to-speech
|
| 29 |
library_name: scenema-audio
|
| 30 |
inference: false
|
|
|
|
| 256 |
|
| 257 |
## License
|
| 258 |
|
| 259 |
+
The model weights are released under the [LTX-2 Community License Agreement](https://github.com/Lightricks/LTX-2/blob/main/LICENSE). Scenema Audio's audio diffusion transformer is derived from [LTX 2.3](https://github.com/Lightricks/LTX-2)'s audiovisual model, and its weights are subject to the same terms.
|
| 260 |
|
| 261 |
+
The inference code and server are released under the [MIT License](https://github.com/ScenemaAI/scenema-audio/blob/main/LICENSE).
|
| 262 |
+
|
| 263 |
+
[Gemma 3 12B](https://ai.google.dev/gemma/terms) (text encoder) is a gated model requiring acceptance of Google's terms of use.
|