Update app.py
Browse files
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/
|
210 |
-
"title": "
|
211 |
-
"repo": "
|
212 |
-
"weights": "
|
213 |
-
"trigger_word": "
|
214 |
},
|
215 |
{
|
216 |
-
"image": "https://huggingface.co/
|
217 |
-
"title": "
|
218 |
-
"repo": "Collos/
|
219 |
-
"weights": "
|
220 |
-
"trigger_word": "
|
221 |
},
|
222 |
{
|
223 |
-
"image": "https://huggingface.co/
|
224 |
-
"title": "
|
225 |
-
"repo": "Collos/
|
226 |
-
"weights": "
|
227 |
-
"trigger_word": "
|
228 |
},
|
229 |
{
|
230 |
-
"image": "https://huggingface.co/
|
231 |
-
"title": "
|
232 |
-
"repo": "
|
233 |
-
"weights": "
|
234 |
-
"trigger_word": "
|
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 |
]
|