vcollos commited on
Commit
45b81b2
·
verified ·
1 Parent(s): f22db38
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -204,10 +204,10 @@ def flux_pipe_call_that_returns_an_iterable_of_images(
204
 
205
  #------------------------------------------------------------------------------------------------------------------------------------------------------------#
206
  loras = [
207
- #Super-Realism
208
  {
209
  "image": "https://huggingface.co/vcollos/VitorCollos/resolve/main/images/IMG_0047.WEBP",
210
- "title": "Vitor"
211
  "repo": "vcollos/VitorCollos",
212
  "weights": "Vitor.safetensors",
213
  "trigger_word": "Vitor"
@@ -219,29 +219,29 @@ loras = [
219
  "weights": "Camila.safetensorss",
220
  "trigger_word": "Camila"
221
  },
222
- {
223
  "image": "https://huggingface.co/vcollos/PaulaP/resolve/main/images/image.webp",
224
  "title": "Paula",
225
  "repo": "Collos/Paula2",
226
  "weights": "Paula P.safetensors",
227
- "trigger_word": "Paulinha"
228
  },
229
  {
230
  "image": "https://huggingface.co/vcollos/vivi/resolve/main/images/1732990780958__000003000_3.jpg",
231
  "title": "Vivi",
232
  "repo": "vcollos/vivi",
233
  "weights": "Vivi.safetensors",
234
- "trigger_word": "Vivi"
235
  },
236
  {
237
  "image": "https://huggingface.co/vcollos/caetano/resolve/main/images/02EFB2BC-0197-487C-AEDF-6DBF6EDE3531_1_105_c.jpeg",
238
  "title": "Caetano",
239
  "repo": "vcollos/caetano",
240
  "weights": "caetanocollos.safetensors",
241
- "trigger_word": "Caetano"
242
  },
243
 
244
- #add new
245
  ]
246
 
247
  # Initialize the base model
 
204
 
205
  #------------------------------------------------------------------------------------------------------------------------------------------------------------#
206
  loras = [
207
+ # Super-Realism
208
  {
209
  "image": "https://huggingface.co/vcollos/VitorCollos/resolve/main/images/IMG_0047.WEBP",
210
+ "title": "Vitor",
211
  "repo": "vcollos/VitorCollos",
212
  "weights": "Vitor.safetensors",
213
  "trigger_word": "Vitor"
 
219
  "weights": "Camila.safetensorss",
220
  "trigger_word": "Camila"
221
  },
222
+ {
223
  "image": "https://huggingface.co/vcollos/PaulaP/resolve/main/images/image.webp",
224
  "title": "Paula",
225
  "repo": "Collos/Paula2",
226
  "weights": "Paula P.safetensors",
227
+ "trigger_word": "Paulinha"
228
  },
229
  {
230
  "image": "https://huggingface.co/vcollos/vivi/resolve/main/images/1732990780958__000003000_3.jpg",
231
  "title": "Vivi",
232
  "repo": "vcollos/vivi",
233
  "weights": "Vivi.safetensors",
234
+ "trigger_word": "Vivi"
235
  },
236
  {
237
  "image": "https://huggingface.co/vcollos/caetano/resolve/main/images/02EFB2BC-0197-487C-AEDF-6DBF6EDE3531_1_105_c.jpeg",
238
  "title": "Caetano",
239
  "repo": "vcollos/caetano",
240
  "weights": "caetanocollos.safetensors",
241
+ "trigger_word": "Caetano"
242
  },
243
 
244
+ # add new
245
  ]
246
 
247
  # Initialize the base model