add AIBOM (#6)
Browse files- add AIBOM (a9e20d439ea5883bf0f752241db00074419728d5)
Co-authored-by: fatimaahmed <[email protected]>
renderartist_simplevectorflux.json
ADDED
@@ -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 |
+
}
|