add AIBOM
#31
by
RiccardoDav
- opened
- genmo_mochi-1-preview.json +56 -0
genmo_mochi-1-preview.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bomFormat": "CycloneDX",
|
3 |
+
"specVersion": "1.6",
|
4 |
+
"serialNumber": "urn:uuid:4dfcbb28-739f-44cf-8bd5-3494ec8df412",
|
5 |
+
"version": 1,
|
6 |
+
"metadata": {
|
7 |
+
"timestamp": "2025-06-05T09:37:36.185051+00:00",
|
8 |
+
"component": {
|
9 |
+
"type": "machine-learning-model",
|
10 |
+
"bom-ref": "genmo/mochi-1-preview-4da0cf58-0657-5537-b3be-ec204388f998",
|
11 |
+
"name": "genmo/mochi-1-preview",
|
12 |
+
"externalReferences": [
|
13 |
+
{
|
14 |
+
"url": "https://huggingface.co/genmo/mochi-1-preview",
|
15 |
+
"type": "documentation"
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"modelCard": {
|
19 |
+
"modelParameters": {
|
20 |
+
"task": "text-to-video"
|
21 |
+
},
|
22 |
+
"properties": [
|
23 |
+
{
|
24 |
+
"name": "library_name",
|
25 |
+
"value": "diffusers"
|
26 |
+
}
|
27 |
+
]
|
28 |
+
},
|
29 |
+
"authors": [
|
30 |
+
{
|
31 |
+
"name": "genmo"
|
32 |
+
}
|
33 |
+
],
|
34 |
+
"licenses": [
|
35 |
+
{
|
36 |
+
"license": {
|
37 |
+
"id": "Apache-2.0",
|
38 |
+
"url": "https://spdx.org/licenses/Apache-2.0.html"
|
39 |
+
}
|
40 |
+
}
|
41 |
+
],
|
42 |
+
"description": "Mochi 1 preview is an open state-of-the-art video generation model with high-fidelity motion and strong prompt adherence in preliminary evaluation. This model dramatically closes the gap between closed and open video generation systems. We\u2019re releasing the model under a permissive Apache 2.0 license. Try this model for free on [our playground](https://genmo.ai/play).",
|
43 |
+
"tags": [
|
44 |
+
"diffusers",
|
45 |
+
"safetensors",
|
46 |
+
"video",
|
47 |
+
"genmo",
|
48 |
+
"text-to-video",
|
49 |
+
"en",
|
50 |
+
"license:apache-2.0",
|
51 |
+
"diffusers:MochiPipeline",
|
52 |
+
"region:us"
|
53 |
+
]
|
54 |
+
}
|
55 |
+
}
|
56 |
+
}
|