vcollos commited on
Commit
4409f94
·
verified ·
1 Parent(s): 71fd629

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +28 -21
app.py CHANGED
@@ -206,33 +206,40 @@ def flux_pipe_call_that_returns_an_iterable_of_images(
206
  loras = [
207
  #Super-Realism
208
  {
209
- "image": "https://huggingface.co/Collos/Jalves/resolve/main/images/jose.webp",
210
- "title": "Jose Alves",
211
- "repo": "Collos/Jalves",
212
- "weights": "Jalves.safetensors",
213
- "trigger_word": "José Alves"
214
  },
215
  {
216
- "image": "https://huggingface.co/Collos/JulioCesar/resolve/main/images/WhatsApp%20Image%202024-12-10%20at%2009.33.50.jpeg",
217
- "title": "Júlio César",
218
- "repo": "Collos/JulioCesar",
219
- "weights": "julio.safetensorss",
220
- "trigger_word": "Júlio"
221
  },
222
  {
223
- "image": "https://huggingface.co/Collos/PedroJr/resolve/main/images/WhatsApp%20Image%202024-12-10%20at%2009.34.01.jpeg",
224
- "title": "Pedro Jr.",
225
- "repo": "Collos/PedroJr",
226
- "weights": "pedrojr.safetensors",
227
- "trigger_word": "Pedro"
228
  },
229
  {
230
- "image": "https://huggingface.co/Collos/JoseClovis/resolve/main/images/WhatsApp%20Image%202024-12-10%20at%2009.38.50.jpeg",
231
- "title": "José Clóvis",
232
- "repo": "Collos/JoseClovis",
233
- "weights": "clovis.safetensors",
234
- "trigger_word": "Clóvis"
235
- }
 
 
 
 
 
 
 
236
 
237
  #add new
238
  ]
 
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"
214
  },
215
  {
216
+ "image": "https://huggingface.co/vcollos/camila/resolve/main/images/1732936378531__000003000_1.jpg",
217
+ "title": "Camila",
218
+ "repo": "Collos/camila",
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
  ]