Spaces:
Running on Zero
Running on Zero
update app
Browse files
app.py
CHANGED
|
@@ -204,7 +204,12 @@ ADAPTER_SPECS = {
|
|
| 204 |
"repo": "prithivMLmods/QIE-2511-Cinematic-FlatLog-Control",
|
| 205 |
"weights": "QIE-2511-Cinematic-FlatLog-Control-3200.safetensors",
|
| 206 |
"adapter_name": "flat-log"
|
| 207 |
-
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 208 |
}
|
| 209 |
|
| 210 |
LOADED_ADAPTERS = set()
|
|
@@ -723,6 +728,7 @@ with gr.Blocks() as demo:
|
|
| 723 |
[["examples/A.jpeg"], "Rotate the camera 45 degrees to the right.", "Multiple-Angles"],
|
| 724 |
[["examples/U.jpg"], "Upscale this picture to 4K resolution.", "Upscaler"],
|
| 725 |
[["examples/L1.jpg", "examples/L2.jpg"], "Apply the lighting from image 2 to image 1.", "Any-light"],
|
|
|
|
| 726 |
[["examples/PP1.jpg"], "cinematic polaroid with soft grain subtle vignette gentle lighting white frame handwritten photographed by hf preserving realistic texture and details", "Polaroid-Photo"],
|
| 727 |
[["examples/Z1.jpg"], "Front-right quarter view.", "Fal-Multiple-Angles"],
|
| 728 |
[["examples/URP.jpg"], "Transform into a cinematic flat log.", "Cinematic-FlatLog"],
|
|
|
|
| 204 |
"repo": "prithivMLmods/QIE-2511-Cinematic-FlatLog-Control",
|
| 205 |
"weights": "QIE-2511-Cinematic-FlatLog-Control-3200.safetensors",
|
| 206 |
"adapter_name": "flat-log"
|
| 207 |
+
},
|
| 208 |
+
"Guided-Head-Face-Swap": {
|
| 209 |
+
"repo": "prithivMLmods/QIE-2511-Guided-Head-Face-Swap",
|
| 210 |
+
"weights": "QIE-2511-Guided-Head-Face-Swap-3000.safetensors",
|
| 211 |
+
"adapter_name": "head-face-swap"
|
| 212 |
+
},
|
| 213 |
}
|
| 214 |
|
| 215 |
LOADED_ADAPTERS = set()
|
|
|
|
| 728 |
[["examples/A.jpeg"], "Rotate the camera 45 degrees to the right.", "Multiple-Angles"],
|
| 729 |
[["examples/U.jpg"], "Upscale this picture to 4K resolution.", "Upscaler"],
|
| 730 |
[["examples/L1.jpg", "examples/L2.jpg"], "Apply the lighting from image 2 to image 1.", "Any-light"],
|
| 731 |
+
[["examples/HS1.jpg", "examples/HS2.jpg"], "Swap the head from Image 2 onto Image 1 while preserving Image 1 lighting and pose and Image 2 identity.", "Guided-Head-Face-Swap"],
|
| 732 |
[["examples/PP1.jpg"], "cinematic polaroid with soft grain subtle vignette gentle lighting white frame handwritten photographed by hf preserving realistic texture and details", "Polaroid-Photo"],
|
| 733 |
[["examples/Z1.jpg"], "Front-right quarter view.", "Fal-Multiple-Angles"],
|
| 734 |
[["examples/URP.jpg"], "Transform into a cinematic flat log.", "Cinematic-FlatLog"],
|