prithivMLmods commited on
Commit
4efb8f3
·
verified ·
1 Parent(s): a5c693d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +24 -0
app.py CHANGED
@@ -258,6 +258,30 @@ loras = [
258
  "weights": "BnW-Expressions.safetensors",
259
  "trigger_word": "BnW Expressions"
260
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
261
  ]
262
 
263
  #--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
 
258
  "weights": "BnW-Expressions.safetensors",
259
  "trigger_word": "BnW Expressions"
260
  },
261
+ #8
262
+ {
263
+ "image": "https://huggingface.co/strangerzonehf/2DAura-Flux/resolve/main/images/666.png",
264
+ "title": "2DAura Flux",
265
+ "repo": "strangerzonehf/2DAura-Flux",
266
+ "weights": "2DAura.safetensors",
267
+ "trigger_word": "2D Aura"
268
+ },
269
+ #9
270
+ {
271
+ "image": "https://huggingface.co/strangerzonehf/FallenArt-Flux/resolve/main/images/222.png",
272
+ "title": "Fallen Art",
273
+ "repo": "strangerzonehf/FallenArt-Flux",
274
+ "weights": "FallenArt.safetensors",
275
+ "trigger_word": "Fallen Art"
276
+ },
277
+ #10
278
+ {
279
+ "image": "https://huggingface.co/strangerzonehf/Cardboard-v2-Flux/resolve/main/images/111.png",
280
+ "title": "Cardboard-v2-Flux",
281
+ "repo": "strangerzonehf/Cardboard-v2-Flux",
282
+ "weights": "Cardboard-v2.safetensors",
283
+ "trigger_word": "Cardboard v2"
284
+ },
285
  ]
286
 
287
  #--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#