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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +32 -0
app.py CHANGED
@@ -442,6 +442,38 @@ loras = [
442
  "weights": "Creative-Stocks.safetensors",
443
  "trigger_word": "Creative Stocks"
444
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  ]
446
 
447
  #--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
 
442
  "weights": "Creative-Stocks.safetensors",
443
  "trigger_word": "Creative Stocks"
444
  },
445
+ #32
446
+ {
447
+ "image": "https://huggingface.co/strangerzonehf/Flux-Pixel-Background-LoRA/resolve/main/images/2.png",
448
+ "title": "Flux Pixel",
449
+ "repo": "strangerzonehf/Flux-Pixel-Background-LoRA",
450
+ "weights": "Pixel-Background.safetensors",
451
+ "trigger_word": "Pixel Background"
452
+ },
453
+ #33
454
+ {
455
+ "image": "https://huggingface.co/strangerzonehf/Multi-perspective-Art-Flux/resolve/main/images/1.png",
456
+ "title": "Multi Perspective Art",
457
+ "repo": "strangerzonehf/Multi-perspective-Art-Flux",
458
+ "weights": "Multi-perspective Art .safetensors",
459
+ "trigger_word": "Multi-perspective Art"
460
+ },
461
+ #34
462
+ {
463
+ "image": "https://huggingface.co/strangerzonehf/Neon-Impressionism-Flux/resolve/main/images/4.png",
464
+ "title": "Neon Impressionism Flux",
465
+ "repo": "strangerzonehf/Neon-Impressionism-Flux",
466
+ "weights": "Neon Impressionism.safetensors",
467
+ "trigger_word": "Neon Impressionism"
468
+ },
469
+ #35
470
+ {
471
+ "image": "https://huggingface.co/strangerzonehf/Flux-3DXL-Partfile-0006/resolve/main/images/555.png",
472
+ "title": "3DXLP6",
473
+ "repo": "strangerzonehf/Flux-3DXL-Partfile-0006",
474
+ "weights": "3DXLP6.safetensors",
475
+ "trigger_word": "3DXLP6"
476
+ },
477
  ]
478
 
479
  #--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#