SG161222 RiccardoDav commited on
Commit
1e9f017
·
verified ·
1 Parent(s): 672a550

add AIBOM (#17)

Browse files

- add AIBOM (b652005ad663076f2641982381bcbcf9c91550ee)


Co-authored-by: Riccardo D'Avino <[email protected]>

SG161222_Realistic_Vision_V5.1_noVAE.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:63f70d50-0ff9-4d5b-b990-227c4458a8d4",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-06-05T09:40:27.504831+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "SG161222/Realistic_Vision_V5.1_noVAE-fa6fdba7-2e07-58f4-9bbf-92c540e3fcee",
11
+ "name": "SG161222/Realistic_Vision_V5.1_noVAE",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/SG161222/Realistic_Vision_V5.1_noVAE",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "text-to-image"
21
+ },
22
+ "properties": [
23
+ {
24
+ "name": "library_name",
25
+ "value": "diffusers"
26
+ }
27
+ ]
28
+ },
29
+ "authors": [
30
+ {
31
+ "name": "SG161222"
32
+ }
33
+ ],
34
+ "licenses": [
35
+ {
36
+ "license": {
37
+ "name": "creativeml-openrail-m"
38
+ }
39
+ }
40
+ ],
41
+ "tags": [
42
+ "diffusers",
43
+ "safetensors",
44
+ "license:creativeml-openrail-m",
45
+ "autotrain_compatible",
46
+ "endpoints_compatible",
47
+ "diffusers:StableDiffusionPipeline",
48
+ "region:us"
49
+ ]
50
+ }
51
+ }
52
+ }