Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -185,6 +185,13 @@ def flux_pipe_call_that_returns_an_iterable_of_images(
|
|
185 |
|
186 |
#------------------------------------------------------------------------------------------------------------------------------------------------------------#
|
187 |
loras = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
#Super-Realism
|
189 |
{
|
190 |
"image": "https://huggingface.co/strangerzonehf/Flux-Super-Realism-LoRA/resolve/main/images/1.png",
|
@@ -458,13 +465,6 @@ loras = [
|
|
458 |
"repo": "XLabs-AI/flux-RealismLora",
|
459 |
"trigger_word": ""
|
460 |
},
|
461 |
-
#19
|
462 |
-
{
|
463 |
-
"image": "https://huggingface.co/alvdansen/flux-koda/resolve/main/images/ComfyUI_00583_%20(1).png",
|
464 |
-
"title": "Koda",
|
465 |
-
"repo": "alvdansen/flux-koda",
|
466 |
-
"trigger_word": "flmft style"
|
467 |
-
},
|
468 |
#20
|
469 |
{
|
470 |
"image": "https://huggingface.co/mgwr/Cine-Aesthetic/resolve/main/images/00019-1333633802.png",
|
|
|
185 |
|
186 |
#------------------------------------------------------------------------------------------------------------------------------------------------------------#
|
187 |
loras = [
|
188 |
+
#19
|
189 |
+
{
|
190 |
+
"image": "https://huggingface.co/alvdansen/flux-koda/resolve/main/images/ComfyUI_00583_%20(1).png",
|
191 |
+
"title": "Koda",
|
192 |
+
"repo": "alvdansen/flux-koda",
|
193 |
+
"trigger_word": "flmft style"
|
194 |
+
},
|
195 |
#Super-Realism
|
196 |
{
|
197 |
"image": "https://huggingface.co/strangerzonehf/Flux-Super-Realism-LoRA/resolve/main/images/1.png",
|
|
|
465 |
"repo": "XLabs-AI/flux-RealismLora",
|
466 |
"trigger_word": ""
|
467 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
468 |
#20
|
469 |
{
|
470 |
"image": "https://huggingface.co/mgwr/Cine-Aesthetic/resolve/main/images/00019-1333633802.png",
|