macgaga commited on
Commit
dda9164
·
verified ·
1 Parent(s): b15f592

Update loras.json

Browse files
Files changed (1) hide show
  1. loras.json +13 -35
loras.json CHANGED
@@ -1,36 +1,14 @@
1
  [
2
-
3
- {
4
- "image": "https://huggingface.co/multimodalart/flux-tarot-v1/resolve/main/images/e5f2761e5d474e6ba492d20dca0fa26f_e78f1524074b42b6ac49643ffad50ac6.png",
5
- "title": "Tarot v1",
6
- "repo": "multimodalart/flux-tarot-v1",
7
- "trigger_word": "in the style of TOK a trtcrd, tarot style",
8
- "aspect": "portrait"
9
- },
10
- {
11
- "repo": "alvdansen/pola-photo-flux",
12
- "image": "https://huggingface.co/alvdansen/pola-photo-flux/resolve/main/images/out-2%20(83).webp",
13
- "trigger_word": ", polaroid style",
14
- "title": "Polaroid Style"
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
+ ]