Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -126,10 +126,10 @@ ADAPTER_SPECS = {
|
|
| 126 |
"weights": "Qwen-Image-Edit-2509-Photo-to-Anime_000001000.safetensors",
|
| 127 |
"adapter_name": "photo-to-anime"
|
| 128 |
},
|
| 129 |
-
"
|
| 130 |
-
"repo": "
|
| 131 |
-
"weights": "
|
| 132 |
-
"adapter_name": "
|
| 133 |
},
|
| 134 |
"Light-Migration": {
|
| 135 |
"repo": "dx8152/Qwen-Edit-2509-Light-Migration",
|
|
@@ -141,8 +141,84 @@ ADAPTER_SPECS = {
|
|
| 141 |
"weights": "qwen_image_edit_2511_upscale.safetensors",
|
| 142 |
"adapter_name": "upscale-2k"
|
| 143 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 144 |
}
|
| 145 |
|
|
|
|
| 146 |
LOADED_ADAPTERS = set()
|
| 147 |
|
| 148 |
def update_dimensions_on_upload(image):
|
|
|
|
| 126 |
"weights": "Qwen-Image-Edit-2509-Photo-to-Anime_000001000.safetensors",
|
| 127 |
"adapter_name": "photo-to-anime"
|
| 128 |
},
|
| 129 |
+
"Anime-V2": {
|
| 130 |
+
"repo": "prithivMLmods/Qwen-Image-Edit-2511-Anime",
|
| 131 |
+
"weights": "Qwen-Image-Edit-2511-Anime-2000.safetensors",
|
| 132 |
+
"adapter_name": "anime-v2"
|
| 133 |
},
|
| 134 |
"Light-Migration": {
|
| 135 |
"repo": "dx8152/Qwen-Edit-2509-Light-Migration",
|
|
|
|
| 141 |
"weights": "qwen_image_edit_2511_upscale.safetensors",
|
| 142 |
"adapter_name": "upscale-2k"
|
| 143 |
},
|
| 144 |
+
"Style-Transfer": {
|
| 145 |
+
"repo": "zooeyy/Style-Transfer",
|
| 146 |
+
"weights": "Style Transfer-Alpha-V0.1.safetensors",
|
| 147 |
+
"adapter_name": "style-transfer"
|
| 148 |
+
},
|
| 149 |
+
"Manga-Tone": {
|
| 150 |
+
"repo": "nappa114514/Qwen-Image-Edit-2509-Manga-Tone",
|
| 151 |
+
"weights": "tone001.safetensors",
|
| 152 |
+
"adapter_name": "manga-tone"
|
| 153 |
+
},
|
| 154 |
+
"Anything2Real": {
|
| 155 |
+
"repo": "lrzjason/Anything2Real_2601",
|
| 156 |
+
"weights": "anything2real_2601.safetensors",
|
| 157 |
+
"adapter_name": "anything2real"
|
| 158 |
+
},
|
| 159 |
+
"Fal-Multiple-Angles": {
|
| 160 |
+
"repo": "fal/Qwen-Image-Edit-2511-Multiple-Angles-LoRA",
|
| 161 |
+
"weights": "qwen-image-edit-2511-multiple-angles-lora.safetensors",
|
| 162 |
+
"adapter_name": "fal-multiple-angles"
|
| 163 |
+
},
|
| 164 |
+
"Polaroid-Photo": {
|
| 165 |
+
"repo": "prithivMLmods/Qwen-Image-Edit-2511-Polaroid-Photo",
|
| 166 |
+
"weights": "Qwen-Image-Edit-2511-Polaroid-Photo.safetensors",
|
| 167 |
+
"adapter_name": "polaroid-photo"
|
| 168 |
+
},
|
| 169 |
+
"Unblur-Anything": {
|
| 170 |
+
"repo": "prithivMLmods/Qwen-Image-Edit-2511-Unblur-Upscale",
|
| 171 |
+
"weights": "Qwen-Image-Edit-Unblur-Upscale_15.safetensors",
|
| 172 |
+
"adapter_name": "unblur-anything"
|
| 173 |
+
},
|
| 174 |
+
"Midnight-Noir-Eyes-Spotlight": {
|
| 175 |
+
"repo": "prithivMLmods/Qwen-Image-Edit-2511-Midnight-Noir-Eyes-Spotlight",
|
| 176 |
+
"weights": "Qwen-Image-Edit-2511-Midnight-Noir-Eyes-Spotlight.safetensors",
|
| 177 |
+
"adapter_name": "midnight-noir-eyes-spotlight"
|
| 178 |
+
},
|
| 179 |
+
"Hyper-Realistic-Portrait": {
|
| 180 |
+
"repo": "prithivMLmods/Qwen-Image-Edit-2511-Hyper-Realistic-Portrait",
|
| 181 |
+
"weights": "HRP_20.safetensors",
|
| 182 |
+
"adapter_name": "hyper-realistic-portrait"
|
| 183 |
+
},
|
| 184 |
+
"Ultra-Realistic-Portrait": {
|
| 185 |
+
"repo": "prithivMLmods/Qwen-Image-Edit-2511-Ultra-Realistic-Portrait",
|
| 186 |
+
"weights": "URP_20.safetensors",
|
| 187 |
+
"adapter_name": "ultra-realistic-portrait"
|
| 188 |
+
},
|
| 189 |
+
"Pixar-Inspired-3D": {
|
| 190 |
+
"repo": "prithivMLmods/Qwen-Image-Edit-2511-Pixar-Inspired-3D",
|
| 191 |
+
"weights": "PI3_20.safetensors",
|
| 192 |
+
"adapter_name": "pi3"
|
| 193 |
+
},
|
| 194 |
+
"Noir-Comic-Book": {
|
| 195 |
+
"repo": "prithivMLmods/Qwen-Image-Edit-2511-Noir-Comic-Book-Panel",
|
| 196 |
+
"weights": "Noir-Comic-Book-Panel_20.safetensors",
|
| 197 |
+
"adapter_name": "ncb"
|
| 198 |
+
},
|
| 199 |
+
"Any-light": {
|
| 200 |
+
"repo": "lilylilith/QIE-2511-MP-AnyLight",
|
| 201 |
+
"weights": "QIE-2511-AnyLight_.safetensors",
|
| 202 |
+
"adapter_name": "any-light"
|
| 203 |
+
},
|
| 204 |
+
"Studio-DeLight": {
|
| 205 |
+
"repo": "prithivMLmods/QIE-2511-Studio-DeLight",
|
| 206 |
+
"weights": "QIE-2511-Studio-DeLight-5000.safetensors",
|
| 207 |
+
"adapter_name": "studio-delight"
|
| 208 |
+
},
|
| 209 |
+
"Cinematic-FlatLog": {
|
| 210 |
+
"repo": "prithivMLmods/QIE-2511-Cinematic-FlatLog-Control",
|
| 211 |
+
"weights": "QIE-2511-Cinematic-FlatLog-Control-3200.safetensors",
|
| 212 |
+
"adapter_name": "flat-log"
|
| 213 |
+
},
|
| 214 |
+
"Guided-Head-Face-Swap": {
|
| 215 |
+
"repo": "prithivMLmods/QIE-2511-Guided-Head-Face-Swap",
|
| 216 |
+
"weights": "QIE-2511-Guided-Head-Face-Swap-3000.safetensors",
|
| 217 |
+
"adapter_name": "head-face-swap"
|
| 218 |
+
},
|
| 219 |
}
|
| 220 |
|
| 221 |
+
|
| 222 |
LOADED_ADAPTERS = set()
|
| 223 |
|
| 224 |
def update_dimensions_on_upload(image):
|