prithivMLmods commited on
Commit
62e8ca2
·
verified ·
1 Parent(s): e799c09

update app [adapters✅] (#2)

Browse files

- update app [adapters✅] (f236b99cb4c1c844f684ef32ea87a259912a6cea)

Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -151,6 +151,11 @@ ADAPTER_SPECS = {
151
  "weights": "anything2real_2601.safetensors",
152
  "adapter_name": "anything2real"
153
  },
 
 
 
 
 
154
  }
155
 
156
  LOADED_ADAPTERS = set()
@@ -338,6 +343,9 @@ with gr.Blocks() as demo:
338
  [["examples/B.jpg"], "Transform into anime.", "Photo-to-Anime"],
339
  [["examples/A.jpeg"], "Rotate the camera 45 degrees to the right.", "Multiple-Angles"],
340
  [["examples/U.jpg"], "Upscale this picture to 4K resolution.", "Upscaler"],
 
 
 
341
  [["examples/MT.jpg"], "Paint with manga tone.", "Manga-Tone"],
342
  [["examples/ST1.jpg", "examples/ST2.jpg"], "Convert Image 1 to the style of Image 2.", "Style-Transfer"],
343
  [["examples/R1.jpg"], "Change the picture to realistic photograph.", "Anything2Real"],
 
151
  "weights": "anything2real_2601.safetensors",
152
  "adapter_name": "anything2real"
153
  },
154
+ "Fal-Multiple-Angles": {
155
+ "repo": "fal/Qwen-Image-Edit-2511-Multiple-Angles-LoRA",
156
+ "weights": "qwen-image-edit-2511-multiple-angles-lora.safetensors",
157
+ "adapter_name": "fal-multiple-angles"
158
+ },
159
  }
160
 
161
  LOADED_ADAPTERS = set()
 
343
  [["examples/B.jpg"], "Transform into anime.", "Photo-to-Anime"],
344
  [["examples/A.jpeg"], "Rotate the camera 45 degrees to the right.", "Multiple-Angles"],
345
  [["examples/U.jpg"], "Upscale this picture to 4K resolution.", "Upscaler"],
346
+ [["examples/A.jpeg"], "Front-right quarter view.", "Fal-Multiple-Angles"],
347
+ [["examples/A.jpeg"], "Back-left quarter view.", "Fal-Multiple-Angles"],
348
+ [["examples/A.jpeg"], "Left side view, Balanced, standard.", "Fal-Multiple-Angles"],
349
  [["examples/MT.jpg"], "Paint with manga tone.", "Manga-Tone"],
350
  [["examples/ST1.jpg", "examples/ST2.jpg"], "Convert Image 1 to the style of Image 2.", "Style-Transfer"],
351
  [["examples/R1.jpg"], "Change the picture to realistic photograph.", "Anything2Real"],