prithivMLmods commited on
Commit
448db76
·
verified ·
1 Parent(s): b99ab2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +43 -4
app.py CHANGED
@@ -194,7 +194,7 @@ def flux_pipe_call_that_returns_an_iterable_of_images(
194
 
195
  #------------------------------------------------------------------------------------------------------------------------------------------------------------#
196
  loras = [
197
- #Claymation
198
  {
199
  "image": "https://huggingface.co/strangerzonehf/Flux-Claymation-XC-LoRA/resolve/main/images/4.png",
200
  "title": "Claymation XC",
@@ -202,7 +202,7 @@ loras = [
202
  "weights": "Claymation.safetensors",
203
  "trigger_word": "Claymation"
204
  },
205
- #Icon
206
  {
207
  "image": "https://huggingface.co/strangerzonehf/Flux-Icon-Kit-LoRA/resolve/main/images/1.png",
208
  "title": "Icon Kit",
@@ -210,7 +210,7 @@ loras = [
210
  "weights": "Icon-Kit.safetensors",
211
  "trigger_word": "Icon Kit"
212
  },
213
- #0
214
  {
215
  "image": "https://huggingface.co/strangerzonehf/Gem-Touch-LoRA-Flux/resolve/main/images/333.png",
216
  "title": "Gem Touch LoRA",
@@ -402,7 +402,46 @@ loras = [
402
  "weights": "Isometric-3D-Cinematography.safetensors",
403
  "trigger_word": "Isometric 3D Cinematography"
404
  },
405
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
406
  ]
407
 
408
  #--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
 
194
 
195
  #------------------------------------------------------------------------------------------------------------------------------------------------------------#
196
  loras = [
197
+ #24
198
  {
199
  "image": "https://huggingface.co/strangerzonehf/Flux-Claymation-XC-LoRA/resolve/main/images/4.png",
200
  "title": "Claymation XC",
 
202
  "weights": "Claymation.safetensors",
203
  "trigger_word": "Claymation"
204
  },
205
+ #25
206
  {
207
  "image": "https://huggingface.co/strangerzonehf/Flux-Icon-Kit-LoRA/resolve/main/images/1.png",
208
  "title": "Icon Kit",
 
210
  "weights": "Icon-Kit.safetensors",
211
  "trigger_word": "Icon Kit"
212
  },
213
+ #26
214
  {
215
  "image": "https://huggingface.co/strangerzonehf/Gem-Touch-LoRA-Flux/resolve/main/images/333.png",
216
  "title": "Gem Touch LoRA",
 
402
  "weights": "Isometric-3D-Cinematography.safetensors",
403
  "trigger_word": "Isometric 3D Cinematography"
404
  },
405
+ #27
406
+ {
407
+ "image": "https://huggingface.co/strangerzonehf/Flux-Microworld-NFT-LoRA/resolve/main/images/4.png",
408
+ "title": "Microworld NFT",
409
+ "repo": "strangerzonehf/Flux-Microworld-NFT-LoRA",
410
+ "weights": "Microworld-NFT.safetensors",
411
+ "trigger_word": "Microworld NFT"
412
+ },
413
+ #28
414
+ {
415
+ "image": "https://huggingface.co/strangerzonehf/NFT-Plus-InsideOut-Perspective/resolve/main/images/2.png",
416
+ "title": "NFT ++",
417
+ "repo": "strangerzonehf/NFT-Plus-InsideOut-Perspective",
418
+ "weights": "NFT-Plus-InsideOut-Perspective.safetensors",
419
+ "trigger_word": "NFT ++"
420
+ },
421
+ #29
422
+ {
423
+ "image": "https://huggingface.co/strangerzonehf/Flux-Ghibli-Art-LoRA/resolve/main/images/8.png",
424
+ "title": "Half Ghibli",
425
+ "repo": "strangerzonehf/Flux-Ghibli-Art-LoRA",
426
+ "weights": "Ghibli-Art.safetensors",
427
+ "trigger_word": "Ghibli Art"
428
+ },
429
+ #30
430
+ {
431
+ "image": "https://huggingface.co/strangerzonehf/Flux-Midjourney-Mix-LoRA/resolve/main/images/mj10.png",
432
+ "title": "Midjourney Mix",
433
+ "repo": "strangerzonehf/Flux-Midjourney-Mix-LoRA",
434
+ "weights": "midjourney-mix.safetensors",
435
+ "trigger_word": "midjourney mix"
436
+ },
437
+ #31
438
+ {
439
+ "image": "https://huggingface.co/strangerzonehf/Flux-Creative-Stocks-LoRA/resolve/main/images/6.png",
440
+ "title": "Creative Stocks",
441
+ "repo": "strangerzonehf/Flux-Creative-Stocks-LoRA",
442
+ "weights": "Creative-Stocks.safetensors",
443
+ "trigger_word": "Creative Stocks"
444
+ },
445
  ]
446
 
447
  #--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#