prithivMLmods commited on
Commit
b924aec
·
verified ·
1 Parent(s): e6424b9

update app

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -167,6 +167,11 @@ ADAPTER_SPECS = {
167
  "weights": "qwen_image_edit_2509_upscale.safetensors",
168
  "adapter_name": "upscale-2k"
169
  },
 
 
 
 
 
170
  }
171
 
172
  LOADED_ADAPTERS = set()
@@ -657,6 +662,7 @@ with gr.Blocks() as demo:
657
  ["examples/12.jpg", "flatcolor Desaturate the image and lower the contrast to create a flat, ungraded look similar to a camera log profile. Preserve details in the highlights and shadows.", "Flat-Log"],
658
  ["examples/7.jpg", "Light source from the Right Rear", "Multi-Angle-Lighting"],
659
  ["examples/10.jpeg", "Upscale the image.", "Upscale-Image"],
 
660
  ["examples/7.jpg", "Light source from the Below", "Multi-Angle-Lighting"],
661
  ["examples/2.jpeg", "Switch the camera to a top-down right corner view.", "Multiple-Angles"],
662
  ["examples/9.jpg", "The camera moves slightly forward as sunlight breaks through the clouds, casting a soft glow around the character's silhouette in the mist. Realistic cinematic style, atmospheric depth.", "Next-Scene"],
 
167
  "weights": "qwen_image_edit_2509_upscale.safetensors",
168
  "adapter_name": "upscale-2k"
169
  },
170
+ "Dotted-Illustration": {
171
+ "repo": "prithivMLmods/QIE-2509-Dotted-Illustration",
172
+ "weights": "dotted-illustration-2800.safetensors",
173
+ "adapter_name": "dotted-illustration"
174
+ },
175
  }
176
 
177
  LOADED_ADAPTERS = set()
 
662
  ["examples/12.jpg", "flatcolor Desaturate the image and lower the contrast to create a flat, ungraded look similar to a camera log profile. Preserve details in the highlights and shadows.", "Flat-Log"],
663
  ["examples/7.jpg", "Light source from the Right Rear", "Multi-Angle-Lighting"],
664
  ["examples/10.jpeg", "Upscale the image.", "Upscale-Image"],
665
+ ["examples/DI.jpg", "dotted illustration.", "Dotted-Illustration"],
666
  ["examples/7.jpg", "Light source from the Below", "Multi-Angle-Lighting"],
667
  ["examples/2.jpeg", "Switch the camera to a top-down right corner view.", "Multiple-Angles"],
668
  ["examples/9.jpg", "The camera moves slightly forward as sunlight breaks through the clouds, casting a soft glow around the character's silhouette in the mist. Realistic cinematic style, atmospheric depth.", "Next-Scene"],