macgaga commited on
Commit
9a25b2c
·
verified ·
1 Parent(s): 1e36e63

Update loras.json

Browse files
Files changed (1) hide show
  1. loras.json +8 -11
loras.json CHANGED
@@ -1,17 +1,14 @@
1
  [
2
  {
3
- "title": "Flux MidJourney Mix",
4
- "repo": "strangerzonehf/Flux-Midjourney-Mix-LoRA",
5
- "trigger_word": "flux_midjourney_mix",
6
- "image": "/path/to/local/image.png", // Lokale Datei, falls keine URL verfügbar
7
- "weights": "flux_midjourney_mix.safetensors"
8
  },
9
  {
10
- "title": "MidJourney Flux",
11
- "repo": "civitai",
12
- "url": "https://civitai.com/api/download/models/666580",
13
- "trigger_word": "midjourney_flux",
14
- "image": "https://civitai.com/api/download/models/666580/preview.jpg",
15
- "weights": "midjourney_flux.safetensors"
16
  }
17
  ]
 
1
  [
2
  {
3
+ "title": "Flux Midjourney Mix",
4
+ "trigger_word": "<flux>",
5
+ "image": "https://huggingface.co/strangerzonehf/Flux-Midjourney-Mix-LoRA/resolve/main/preview.png",
6
+ "repo": "strangerzonehf/Flux-Midjourney-Mix-LoRA"
 
7
  },
8
  {
9
+ "title": "Midjourney LORA Flux",
10
+ "trigger_word": "<midflux>",
11
+ "image": "https://civitai.com/models/666580/midjorney-lora-flux",
12
+ "repo": "civitai/midjourney-lora-flux"
 
 
13
  }
14
  ]