macgaga commited on
Commit
091c921
·
verified ·
1 Parent(s): 6b902c7

Update loras.json

Browse files
Files changed (1) hide show
  1. loras.json +11 -9
loras.json CHANGED
@@ -1,14 +1,16 @@
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
- ]
 
1
  [
2
  {
3
+ "title": "Flux MidJourney Mix",
4
+ "repo": "strangerzonehf/Flux-Midjourney-Mix-LoRA",
5
+ "trigger_word": "flux_midjourney_mix",
6
+ "image": "https://huggingface.co/strangerzonehf/Flux-Midjourney-Mix-LoRA/resolve/main/preview.png",
7
+ "weights": "flux_midjourney_mix.safetensors"
8
  },
9
  {
10
+ "title": "MidJourney Flux",
11
+ "repo": "https://civitai.com/models/666580/midjorney-lora-flux",
12
+ "trigger_word": "midjourney_flux",
13
+ "image": "https://civitai.com/api/download/models/666580/preview.jpg",
14
+ "weights": "midjourney_flux.safetensors"
15
  }
16
+ ]