Spaces:
Running
on
Zero
Running
on
Zero
Update loras.json
Browse files- loras.json +13 -35
loras.json
CHANGED
@@ -1,36 +1,14 @@
|
|
1 |
[
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
},
|
16 |
-
{
|
17 |
-
"image": "https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/examples/picture-6-rev1.png?raw=true",
|
18 |
-
"title": "flux-Realism",
|
19 |
-
"repo": "XLabs-AI/flux-RealismLora",
|
20 |
-
"trigger_word": ""
|
21 |
-
},
|
22 |
-
{
|
23 |
-
"image": "https://huggingface.co/sWizad/pokemon-trainer-sprites-pixelart-flux/resolve/main/26578915.jpeg",
|
24 |
-
"repo": "sWizad/pokemon-trainer-sprites-pixelart-flux",
|
25 |
-
"title": "Pokemon Trainer Sprites",
|
26 |
-
"trigger_word": "white background, a pixel image of",
|
27 |
-
"trigger_position": "prepend"
|
28 |
-
},
|
29 |
-
{
|
30 |
-
"image": "https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/examples/result_23.png?raw=true",
|
31 |
-
"title": "flux-art",
|
32 |
-
"repo": "XLabs-AI/flux-lora-collection",
|
33 |
-
"weights": "art_lora.safetensors",
|
34 |
-
"trigger_word": ", art"
|
35 |
-
},
|
36 |
-
]
|
|
|
1 |
[
|
2 |
+
{
|
3 |
+
"title": "New LoRA 1",
|
4 |
+
"repo": "user/new-lora-1",
|
5 |
+
"image": "https://path/to/image1.jpg",
|
6 |
+
"trigger_word": "new1"
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"title": "New LoRA 2",
|
10 |
+
"repo": "user/new-lora-2",
|
11 |
+
"image": "https://path/to/image2.jpg",
|
12 |
+
"trigger_word": "new2"
|
13 |
+
}
|
14 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|