prithivMLmods commited on
Commit
0ba09a6
·
verified ·
1 Parent(s): ec53063

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -1
app.py CHANGED
@@ -338,7 +338,22 @@ loras = [
338
  "weights": "Thread-of-Art.safetensors",
339
  "trigger_word": "Thread of Art"
340
  },
341
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
342
  ]
343
 
344
  #--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
 
338
  "weights": "Thread-of-Art.safetensors",
339
  "trigger_word": "Thread of Art"
340
  },
341
+ #17
342
+ {
343
+ "image": "https://huggingface.co/strangerzonehf/Flux-Automotive-X2-LoRA/resolve/main/images/1.png",
344
+ "title": "Automotive X2",
345
+ "repo": "strangerzonehf/Flux-Automotive-X2-LoRA",
346
+ "weights": "Automotive-X2.safetensors",
347
+ "trigger_word": "Automotive X2"
348
+ },
349
+ #18
350
+ {
351
+ "image": "https://huggingface.co/strangerzonehf/Flux-Automotive-X1-LoRA/resolve/main/images/3.png",
352
+ "title": "Automotive X1",
353
+ "repo": "strangerzonehf/Flux-Automotive-X1-LoRA",
354
+ "weights": "Automotive-X1.safetensors",
355
+ "trigger_word": "Automotive X1"
356
+ },
357
  ]
358
 
359
  #--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#