prithivMLmods commited on
Commit
8b3a6da
Β·
verified Β·
1 Parent(s): 6db1506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +37 -0
app.py CHANGED
@@ -236,6 +236,35 @@ loras = [
236
  "weights": "Super-Blend.safetensors",
237
  "trigger_word": "Super Blend"
238
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
239
  #-----------------------------------------------------------------------------------LoRA's----------------------------------------------------------------------#
240
  #0
241
  {
@@ -1955,6 +1984,14 @@ loras = [
1955
  "repo": "strangerzonehf/Flux-Super-Capybara-HF",
1956
  "weights": "capybara-hf.safetensors",
1957
  "trigger_word": "capybara hf"
 
 
 
 
 
 
 
 
1958
  }
1959
  #add new
1960
  ]
 
236
  "weights": "Super-Blend.safetensors",
237
  "trigger_word": "Super Blend"
238
  },
239
+ {
240
+ "image": "https://huggingface.co/prithivMLmods/Flux-Long-Toon-LoRA/resolve/main/images/LT5.png",
241
+ "title": "Long Toons",
242
+ "repo": "prithivMLmods/Flux-Long-Toon-LoRA",
243
+ "weights": "Long-Toon.safetensors",
244
+ "trigger_word": "Long toons"
245
+ },
246
+ {
247
+ "image": "https://huggingface.co/strangerzonehf/Flux-Isometric-3D-Cinematography/resolve/main/images/IS1.png",
248
+ "title": "Isometric 3D Cinematography",
249
+ "repo": "strangerzonehf/Flux-Isometric-3D-Cinematography",
250
+ "weights": "Isometric-3D-Cinematography.safetensors",
251
+ "trigger_word": "Isometric 3D Cinematography"
252
+ },
253
+ {
254
+ "image": "https://huggingface.co/strangerzonehf/Flux-Cute-3D-Kawaii-LoRA/resolve/main/images/CK3.png",
255
+ "title": "Cute 3D Kawaii",
256
+ "repo": "strangerzonehf/Flux-Cute-3D-Kawaii-LoRA",
257
+ "weights": "Cute-3d-Kawaii.safetensors",
258
+ "trigger_word": "Cute 3d Kawaii"
259
+ },
260
+
261
+ {
262
+ "image": "https://huggingface.co/strangerzonehf/Flux-Isometric-3D-LoRA/resolve/main/images/ID2.png",
263
+ "title": "Isometric 3D",
264
+ "repo": "strangerzonehf/Flux-Isometric-3D-LoRA",
265
+ "weights": "Isometric-3D.safetensors",
266
+ "trigger_word": "Isometric 3D"
267
+ },
268
  #-----------------------------------------------------------------------------------LoRA's----------------------------------------------------------------------#
269
  #0
270
  {
 
1984
  "repo": "strangerzonehf/Flux-Super-Capybara-HF",
1985
  "weights": "capybara-hf.safetensors",
1986
  "trigger_word": "capybara hf"
1987
+ },
1988
+ #219
1989
+ {
1990
+ "image": "https://huggingface.co/prithivMLmods/Flux-Fine-Detail-LoRA/resolve/main/images/SR1.png",
1991
+ "title": "Fine Detail",
1992
+ "repo": "prithivMLmods/Flux-Fine-Detail-LoRA",
1993
+ "weights": "Fine-Detail.safetensors",
1994
+ "trigger_word": "Super Detail"
1995
  }
1996
  #add new
1997
  ]