Update app.py
Browse files
app.py
CHANGED
|
@@ -170,7 +170,12 @@ ADAPTER_SPECS = {
|
|
| 170 |
"repo": "prithivMLmods/Qwen-Image-Edit-2511-Midnight-Noir-Eyes-Spotlight",
|
| 171 |
"weights": "Qwen-Image-Edit-2511-Midnight-Noir-Eyes-Spotlight.safetensors",
|
| 172 |
"adapter_name": "midnight-noir-eyes-spotlight"
|
| 173 |
-
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 174 |
}
|
| 175 |
|
| 176 |
LOADED_ADAPTERS = set()
|
|
@@ -362,6 +367,7 @@ with gr.Blocks() as demo:
|
|
| 362 |
[["examples/Z1.jpg"], "Front-right quarter view.", "Fal-Multiple-Angles"],
|
| 363 |
[["examples/Z2.jpg"], "Back-left quarter view.", "Fal-Multiple-Angles"],
|
| 364 |
[["examples/Z3.jpg"], "Left side view, Balanced, standard.", "Fal-Multiple-Angles"],
|
|
|
|
| 365 |
[["examples/MT.jpg"], "Paint with manga tone.", "Manga-Tone"],
|
| 366 |
[["examples/MN.jpg"], "Transform into Midnight Noir Eyes Spotlight.", "Midnight-Noir-Eyes-Spotlight"],
|
| 367 |
[["examples/ST1.jpg", "examples/ST2.jpg"], "Convert Image 1 to the style of Image 2.", "Style-Transfer"],
|
|
|
|
| 170 |
"repo": "prithivMLmods/Qwen-Image-Edit-2511-Midnight-Noir-Eyes-Spotlight",
|
| 171 |
"weights": "Qwen-Image-Edit-2511-Midnight-Noir-Eyes-Spotlight.safetensors",
|
| 172 |
"adapter_name": "midnight-noir-eyes-spotlight"
|
| 173 |
+
},
|
| 174 |
+
"Hyper-Realistic-Portrait": {
|
| 175 |
+
"repo": "prithivMLmods/Qwen-Image-Edit-2511-Hyper-Realistic-Portrait",
|
| 176 |
+
"weights": "Qwen-Image-Edit-2511-Hyper-Realistic-Portrait.safetensors",
|
| 177 |
+
"adapter_name": "hyper-realistic-portrait"
|
| 178 |
+
},
|
| 179 |
}
|
| 180 |
|
| 181 |
LOADED_ADAPTERS = set()
|
|
|
|
| 367 |
[["examples/Z1.jpg"], "Front-right quarter view.", "Fal-Multiple-Angles"],
|
| 368 |
[["examples/Z2.jpg"], "Back-left quarter view.", "Fal-Multiple-Angles"],
|
| 369 |
[["examples/Z3.jpg"], "Left side view, Balanced, standard.", "Fal-Multiple-Angles"],
|
| 370 |
+
[["examples/HRP.jpg"], "Transform into a hyper-realistic face portrait.", "Hyper-Realistic-Portrait"],
|
| 371 |
[["examples/MT.jpg"], "Paint with manga tone.", "Manga-Tone"],
|
| 372 |
[["examples/MN.jpg"], "Transform into Midnight Noir Eyes Spotlight.", "Midnight-Noir-Eyes-Spotlight"],
|
| 373 |
[["examples/ST1.jpg", "examples/ST2.jpg"], "Convert Image 1 to the style of Image 2.", "Style-Transfer"],
|