prithivMLmods commited on
Commit
3495fd9
1 Parent(s): a5b1f8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +41 -1
app.py CHANGED
@@ -1254,7 +1254,47 @@ loras = [
1254
  "weights": "coloring-book.safetensors",
1255
  "trigger_word": "Coloring Book"
1256
  },
1257
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1258
  #add new
1259
  ]
1260
 
 
1254
  "weights": "coloring-book.safetensors",
1255
  "trigger_word": "Coloring Book"
1256
  },
1257
+ #137
1258
+ {
1259
+ "image": "https://huggingface.co/prithivMLmods/Intense-Red-Flux-LoRA/resolve/main/images/IR1.png",
1260
+ "title": "Intense Red",
1261
+ "repo": "prithivMLmods/Intense-Red-Flux-LoRA",
1262
+ "weights": "Intense-Red.safetensors",
1263
+ "trigger_word": "Intense Red"
1264
+ },
1265
+ #138
1266
+ {
1267
+ "image": "https://huggingface.co/prithivMLmods/Glowing-Body-Flux-LoRA/resolve/main/images/GB3.png",
1268
+ "title": "Glowing Body Flux",
1269
+ "repo": "prithivMLmods/Glowing-Body-Flux-LoRA",
1270
+ "weights": "Glowing-Body.safetensors",
1271
+ "trigger_word": "Glowing Body"
1272
+ },
1273
+ #139
1274
+ {
1275
+ "image": "https://huggingface.co/prithivMLmods/Electric-Blue-Flux-LoRA/resolve/main/images/EB3.png",
1276
+ "title": "Electric Blue",
1277
+ "repo": "prithivMLmods/Electric-Blue-Flux-LoRA",
1278
+ "weights": "Electric-Blue.safetensors",
1279
+ "trigger_word": "Electric Blue"
1280
+ },
1281
+ #140
1282
+ {
1283
+ "image": "https://huggingface.co/prithivMLmods/Clouds-Illusion-Flux-LoRA/resolve/main/images/CI2.png",
1284
+ "title": "Clouds Illusion",
1285
+ "repo": "prithivMLmods/Clouds-Illusion-Flux-LoRA",
1286
+ "weights": "Clouds-Illusion.safetensors",
1287
+ "trigger_word": "Clouds Illusion"
1288
+ },
1289
+ #141
1290
+ {
1291
+ "image": "https://huggingface.co/prithivMLmods/Digital-Yellow-Flux-LoRA/resolve/main/images/DY3.png",
1292
+ "title": "Digital Yellow",
1293
+ "repo": "prithivMLmods/Digital-Yellow-Flux-LoRA",
1294
+ "weights": "Digital-Yellow.safetensors",
1295
+ "trigger_word": "Digital Yellow"
1296
+ }
1297
+
1298
  #add new
1299
  ]
1300