prithivMLmods commited on
Commit
600b732
1 Parent(s): 81fb8bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -10
app.py CHANGED
@@ -195,11 +195,11 @@ def flux_pipe_call_that_returns_an_iterable_of_images(
195
  loras = [
196
  #0
197
  {
198
- "image": "https://huggingface.co/prithivMLmods/Uncoloured-Polygon-Flux-LoRA/resolve/main/images/1.webp",
199
- "title": "Uncoloured Polygon",
200
- "repo": "prithivMLmods/Uncoloured-Polygon-Flux-LoRA",
201
- "weights": "Uncoloured-3D-Polygon.safetensors",
202
- "trigger_word": "uncoloured polygon"
203
  },
204
  #1
205
  {
@@ -1096,12 +1096,13 @@ loras = [
1096
  },
1097
  #117
1098
  {
1099
- "image": "https://huggingface.co/prithivMLmods/Castor-Dramatic-Neon-Flux-LoRA/resolve/main/images/DN2.webp",
1100
- "title": "Dramatic Neon",
1101
- "repo": "prithivMLmods/Castor-Dramatic-Neon-Flux-LoRA",
1102
- "weights": "Dramatic-Neon-Flux-LoRA.safetensors",
1103
- "trigger_word": "Dramatic Neon"
1104
  }
 
1105
 
1106
  #add new
1107
  ]
 
195
  loras = [
196
  #0
197
  {
198
+ "image": "https://huggingface.co/prithivMLmods/Castor-Dramatic-Neon-Flux-LoRA/resolve/main/images/DN2.webp",
199
+ "title": "Dramatic Neon",
200
+ "repo": "prithivMLmods/Castor-Dramatic-Neon-Flux-LoRA",
201
+ "weights": "Dramatic-Neon-Flux-LoRA.safetensors",
202
+ "trigger_word": "Dramatic Neon"
203
  },
204
  #1
205
  {
 
1096
  },
1097
  #117
1098
  {
1099
+ "image": "https://huggingface.co/prithivMLmods/Uncoloured-Polygon-Flux-LoRA/resolve/main/images/1.webp",
1100
+ "title": "Uncoloured Polygon",
1101
+ "repo": "prithivMLmods/Uncoloured-Polygon-Flux-LoRA",
1102
+ "weights": "Uncoloured-3D-Polygon.safetensors",
1103
+ "trigger_word": "uncoloured polygon"
1104
  }
1105
+
1106
 
1107
  #add new
1108
  ]