add AIBOM
Browse filesDear model owner(s),
We are a group of researchers investigating the usefulness of sharing AIBOMs (Artificial Intelligence Bill of Materials) to document AI models – AIBOMs are machine-readable structured lists of components (e.g., datasets and models) used to enhance transparency in AI-model supply chains.
To pursue the above-mentioned objective, we identified popular models on HuggingFace and, based on your model card (and some configuration information available in HuggingFace), we generated your AIBOM according to the CyclonDX (v1.6) standard (see https://cyclonedx.org/docs/1.6/json/). AIBOMs are generated as JSON files by using the following open-source supporting tool: https://github.com/MSR4SBOM/ALOHA (technical details are available in the research paper: https://github.com/MSR4SBOM/ALOHA/blob/main/ALOHA.pdf).
The JSON file in this pull request is your AIBOM (see https://github.com/MSR4SBOM/ALOHA/blob/main/documentation.json for details on its structure).
Clearly, the submitted AIBOM matches the current model information, yet it can be easily regenerated when the model evolves, using the aforementioned AIBOM generator tool.
We open this pull request containing an AIBOM of your AI model, and hope it will be considered. We would also like to hear your opinion on the usefulness (or not) of AIBOM by answering a 3-minute anonymous survey: https://forms.gle/WGffSQD5dLoWttEe7.
Thanks in advance, and regards,
Riccardo D’Avino, Fatima Ahmed, Sabato Nocera, Simone Romano, Giuseppe Scanniello (University of Salerno, Italy),
Massimiliano Di Penta (University of Sannio, Italy),
The MSR4SBOM team
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bomFormat": "CycloneDX",
|
3 |
+
"specVersion": "1.6",
|
4 |
+
"serialNumber": "urn:uuid:36ba7488-06f4-490d-9231-4fe7d5641554",
|
5 |
+
"version": 1,
|
6 |
+
"metadata": {
|
7 |
+
"timestamp": "2025-06-05T09:42:09.455907+00:00",
|
8 |
+
"component": {
|
9 |
+
"type": "machine-learning-model",
|
10 |
+
"bom-ref": "renderartist/simplevectorflux-e0c6eafc-2c9a-5ad1-8516-a7bf90b41353",
|
11 |
+
"name": "renderartist/simplevectorflux",
|
12 |
+
"externalReferences": [
|
13 |
+
{
|
14 |
+
"url": "https://huggingface.co/renderartist/simplevectorflux",
|
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 |
+
"name": "base_model",
|
29 |
+
"value": "black-forest-labs/FLUX.1-dev"
|
30 |
+
}
|
31 |
+
]
|
32 |
+
},
|
33 |
+
"authors": [
|
34 |
+
{
|
35 |
+
"name": "renderartist"
|
36 |
+
}
|
37 |
+
],
|
38 |
+
"licenses": [
|
39 |
+
{
|
40 |
+
"license": {
|
41 |
+
"name": "creativeml-openrail-m"
|
42 |
+
}
|
43 |
+
}
|
44 |
+
],
|
45 |
+
"description": "Simple Vector Flux was trained on a curated dataset of ~50 synthetic images in classic vector style, 17 epochs, 2 repeats, ~1700 steps.This is a work in progress and it can be a little temperamental, the captioning was done using Joy Caption Batch with the trigger "v3ct0r" and "vector" in the prefix of the captions.You have to work a little bit to get desired results and sometimes there is bleeding/blending of subjects but overall the style is present and the results can be really good. This LoRA takes a couple of tries adjusting your prompt and adding tokens to match the style.",
|
46 |
+
"tags": [
|
47 |
+
"diffusers",
|
48 |
+
"text-to-image",
|
49 |
+
"stable-diffusion",
|
50 |
+
"lora",
|
51 |
+
"template:sd-lora",
|
52 |
+
"base_model:black-forest-labs/FLUX.1-dev",
|
53 |
+
"base_model:adapter:black-forest-labs/FLUX.1-dev",
|
54 |
+
"license:creativeml-openrail-m",
|
55 |
+
"region:us"
|
56 |
+
]
|
57 |
+
}
|
58 |
+
}
|
59 |
+
}
|