Files changed (1) hide show
  1. 2Noise_ChatTTS.json +51 -0
2Noise_ChatTTS.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:82f26380-cbc7-462a-aeb9-034029e63f92",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-06-05T09:37:02.860606+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "2Noise/ChatTTS-ff1fa729-def8-554c-8bde-1dc469516fc0",
11
+ "name": "2Noise/ChatTTS",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/2Noise/ChatTTS",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "text-to-audio"
21
+ },
22
+ "properties": [
23
+ {
24
+ "name": "library_name",
25
+ "value": "chat_tts"
26
+ }
27
+ ]
28
+ },
29
+ "authors": [
30
+ {
31
+ "name": "2Noise"
32
+ }
33
+ ],
34
+ "licenses": [
35
+ {
36
+ "license": {
37
+ "id": "CC-BY-NC-4.0",
38
+ "url": "https://spdx.org/licenses/CC-BY-NC-4.0.html"
39
+ }
40
+ }
41
+ ],
42
+ "tags": [
43
+ "chat_tts",
44
+ "safetensors",
45
+ "text-to-audio",
46
+ "license:cc-by-nc-4.0",
47
+ "region:us"
48
+ ]
49
+ }
50
+ }
51
+ }