scenema-ai commited on
Commit
17b0043
·
verified ·
1 Parent(s): 6102cb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -13,7 +13,9 @@ language:
13
  - ar
14
  - hi
15
  - sw
16
- license: mit
 
 
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
- MIT License. See [LICENSE](LICENSE) for details.
257
 
258
- Gemma 3 12B (text encoder) is a gated model requiring Google's terms of use.
 
 
 
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.