Files changed (1) hide show
  1. fal_AuraFlow.json +52 -0
fal_AuraFlow.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:fdc9ce59-8d2b-45c2-a3fa-0759be6f551a",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-06-05T09:40:52.872808+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "fal/AuraFlow-79fad9fd-fd29-5406-abd3-a2e48186154f",
11
+ "name": "fal/AuraFlow",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/fal/AuraFlow",
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": "fal"
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
+ "tags": [
43
+ "diffusers",
44
+ "safetensors",
45
+ "text-to-image",
46
+ "license:apache-2.0",
47
+ "diffusers:AuraFlowPipeline",
48
+ "region:us"
49
+ ]
50
+ }
51
+ }
52
+ }