prithivMLmods commited on
Commit
ad86a9c
·
verified ·
1 Parent(s): 344327a

update app

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -166,6 +166,11 @@ ADAPTER_SPECS = {
166
  "weights": "Qwen-Image-Edit-2511-Unblur-Anything.safetensors",
167
  "adapter_name": "unblur-anything"
168
  },
 
 
 
 
 
169
  }
170
 
171
  LOADED_ADAPTERS = set()
@@ -358,6 +363,7 @@ with gr.Blocks() as demo:
358
  [["examples/Z2.jpg"], "Back-left quarter view.", "Fal-Multiple-Angles"],
359
  [["examples/Z3.jpg"], "Left side view, Balanced, standard.", "Fal-Multiple-Angles"],
360
  [["examples/MT.jpg"], "Paint with manga tone.", "Manga-Tone"],
 
361
  [["examples/ST1.jpg", "examples/ST2.jpg"], "Convert Image 1 to the style of Image 2.", "Style-Transfer"],
362
  [["examples/R1.jpg"], "Change the picture to realistic photograph.", "Anything2Real"],
363
  [["examples/UA.jpeg"], "Unblur and upscale the image to high resolution while preserving sharp details natural textures and realistic colors.", "Unblur-Anything"],
 
166
  "weights": "Qwen-Image-Edit-2511-Unblur-Anything.safetensors",
167
  "adapter_name": "unblur-anything"
168
  },
169
+ "Midnight-Noir-Eyes-Spotlight": {
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()
 
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"],
368
  [["examples/R1.jpg"], "Change the picture to realistic photograph.", "Anything2Real"],
369
  [["examples/UA.jpeg"], "Unblur and upscale the image to high resolution while preserving sharp details natural textures and realistic colors.", "Unblur-Anything"],