File size: 14,466 Bytes
339703a
 
 
 
 
 
 
 
 
 
 
 
a73fbdc
 
 
 
 
5d6f4fa
 
 
 
 
 
 
 
 
 
 
 
 
339703a
 
5d6f4fa
339703a
 
 
 
5d6f4fa
339703a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5d6f4fa
339703a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5d6f4fa
339703a
 
6798543
 
 
c2860de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1456767
a73fbdc
 
 
 
 
 
 
 
 
 
 
29533bf
a73fbdc
 
e42e580
a73fbdc
e42e580
a73fbdc
 
 
 
e42e580
a73fbdc
e42e580
a73fbdc
106c4cd
c2860de
 
 
63bf80a
 
 
 
 
 
 
 
 
d468978
2acef70
c2860de
6798543
c2860de
73a0fd1
c2860de
 
 
 
 
81bde47
 
c2860de
 
 
 
ed6cd4c
6798543
3fa5cc1
c2860de
6798543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c2860de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6798543
 
3fa5cc1
6798543
e93e938
81bde47
 
c2860de
6798543
 
 
 
 
 
 
 
 
 
 
 
e0e247e
6798543
 
 
 
 
 
c2860de
 
6798543
 
e0e247e
c2860de
6798543
e0e247e
 
 
6798543
e0e247e
 
6798543
81bde47
6798543
 
 
 
81bde47
 
 
e93e938
e0e247e
c2860de
 
 
 
bc841a7
c2860de
e13d4b6
c2860de
 
 
 
6798543
7a6e6ed
c2860de
0737481
c2860de
6798543
e93e938
6798543
e93e938
6798543
81bde47
e93e938
 
73a0fd1
 
 
c2860de
 
73a0fd1
c2860de
 
 
73a0fd1
 
 
 
 
 
 
c2860de
6798543
c2860de
 
81bde47
c2860de
 
 
 
 
37034de
c2860de
e205f48
8b92413
f31b690
c2860de
 
 
 
81bde47
 
 
 
 
 
 
 
 
 
 
 
 
 
c2860de
 
339703a
3fa5cc1
 
45c7797
4c16f48
9db42cd
 
 
ee68d2d
e636e92
6d57732
ffc77f3
6d57732
339703a
6798543
e0e247e
339703a
 
 
 
14c15ad
45c7797
339703a
37034de
339703a
 
81bde47
e0e247e
339703a
 
d2980a0
 
 
 
 
 
e205f48
 
 
 
 
 
 
 
 
 
 
339703a
5d6f4fa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
import os
import gc
import gradio as gr
import numpy as np
import spaces
import torch
import random
from PIL import Image
from typing import Iterable
from gradio.themes import Soft
from gradio.themes.utils import colors, fonts, sizes

import json
import hashlib
from huggingface_hub import hf_hub_download, HfFileSystem, ModelCard, snapshot_download


colors.orange_red = colors.Color(
    name="orange_red",
    c50="#FFF0E5",
    c100="#FFE0CC",
    c200="#FFC299",
    c300="#FFA366",
    c400="#FF8533",
    c500="#FF4500",
    c600="#E63E00",
    c700="#CC3700",
    c800="#B33000",
    c900="#992900",
    c950="#802200",
)

class OrangeRedTheme(Soft):
    def __init__(
        self,
        *,
        primary_hue: colors.Color | str = colors.gray,
        secondary_hue: colors.Color | str = colors.orange_red,
        neutral_hue: colors.Color | str = colors.slate,
        text_size: sizes.Size | str = sizes.text_lg,
        font: fonts.Font | str | Iterable[fonts.Font | str] = (
            fonts.GoogleFont("Outfit"), "Arial", "sans-serif",
        ),
        font_mono: fonts.Font | str | Iterable[fonts.Font | str] = (
            fonts.GoogleFont("IBM Plex Mono"), "ui-monospace", "monospace",
        ),
    ):
        super().__init__(
            primary_hue=primary_hue,
            secondary_hue=secondary_hue,
            neutral_hue=neutral_hue,
            text_size=text_size,
            font=font,
            font_mono=font_mono,
        )
        super().set(
            background_fill_primary="*primary_50",
            background_fill_primary_dark="*primary_900",
            body_background_fill="linear-gradient(135deg, *primary_200, *primary_100)",
            body_background_fill_dark="linear-gradient(135deg, *primary_900, *primary_800)",
            button_primary_text_color="white",
            button_primary_text_color_hover="white",
            button_primary_background_fill="linear-gradient(90deg, *secondary_500, *secondary_600)",
            button_primary_background_fill_hover="linear-gradient(90deg, *secondary_600, *secondary_700)",
            button_primary_background_fill_dark="linear-gradient(90deg, *secondary_600, *secondary_700)",
            button_primary_background_fill_hover_dark="linear-gradient(90deg, *secondary_500, *secondary_600)",
            button_secondary_text_color="black",
            button_secondary_text_color_hover="white",
            button_secondary_background_fill="linear-gradient(90deg, *primary_300, *primary_300)",
            button_secondary_background_fill_hover="linear-gradient(90deg, *primary_400, *primary_400)",
            button_secondary_background_fill_dark="linear-gradient(90deg, *primary_500, *primary_600)",
            button_secondary_background_fill_hover_dark="linear-gradient(90deg, *primary_500, *primary_500)",
            slider_color="*secondary_500",
            slider_color_dark="*secondary_600",
            block_title_text_weight="600",
            block_border_width="3px",
            block_shadow="*shadow_drop_lg",
            button_primary_shadow="*shadow_drop_lg",
            button_large_padding="11px",
            color_accent_soft="*primary_100",
            block_label_background_fill="*primary_200",
        )

orange_red_theme = OrangeRedTheme()

device = torch.device("cuda" if torch.cuda.is_available() else "cpu")

print("CUDA_VISIBLE_DEVICES=", os.environ.get("CUDA_VISIBLE_DEVICES"))
print("torch.__version__ =", torch.__version__)
print("Using device:", device)

from diffusers import FlowMatchEulerDiscreteScheduler
from qwenimage.pipeline_qwenimage_edit_plus import QwenImageEditPlusPipeline
from qwenimage.transformer_qwenimage import QwenImageTransformer2DModel
from qwenimage.qwen_fa3_processor import QwenDoubleStreamAttnProcessorFA3

dtype = torch.bfloat16

pipe = QwenImageEditPlusPipeline.from_pretrained(
    "Qwen/Qwen-Image-Edit-2511",
    transformer=QwenImageTransformer2DModel.from_pretrained(
        "linoyts/Qwen-Image-Edit-Rapid-AIO",
        subfolder='transformer',
        torch_dtype=dtype,
        device_map='cuda'
    ),
    torch_dtype=dtype
).to(device)

try:
    pipe.transformer.set_attn_processor(QwenDoubleStreamAttnProcessorFA3())
    print("Flash Attention 3 Processor set successfully.")
except Exception as e:
    print(f"Warning: Could not set FA3 processor: {e}")

MAX_SEED = np.iinfo(np.int32).max


LORAS_CACHE = {
    "data": [],
    "last_hash": None,
}
def load_loras_hot():
    """Load loras.json and detect changes."""
    path = hf_hub_download(
        repo_id="lichorosario/qwen-image-lora-dlc-v3",
        filename="qwen-image-2511-loras.json",
        repo_type="space",
    )

    with open(path, "r", encoding="utf-8") as f:
        raw = f.read()

    current_hash = hashlib.sha256(raw.encode("utf-8")).hexdigest()

    if current_hash != LORAS_CACHE["last_hash"]:
        LORAS_CACHE["data"] = json.loads(raw)
        LORAS_CACHE["last_hash"] = current_hash
        print("🔁 LoRA config updated")

    return LORAS_CACHE["data"]

ADAPTER_SPECS = load_loras_hot()


LOADED_ADAPTERS = set()

def update_lora(lora_adapter):
    spec = ADAPTER_SPECS.get(lora_adapter)
    if not spec:
        raise gr.Error(f"Configuration not found for: {lora_adapter}")

    adapter_name = spec["adapter_name"]
    prompt = spec.get('prompt', "") # Use .get() to avoid KeyError if prompt is missing
    return prompt


@spaces.GPU(duration=60)
def infer(
    images,
    prompt,
    negative_prompt,
    lora_adapter,
    seed,
    randomize_seed,
    guidance_scale,
    steps,
    width,
    height,
    progress=gr.Progress(track_tqdm=True)
):
    gc.collect()
    torch.cuda.empty_cache()

    if not images:
        raise gr.Error("Please upload at least one image to edit.")

    pil_images = []
    if images is not None:
        for item in images:
            try:
                if isinstance(item, tuple) or isinstance(item, list):
                    path_or_img = item[0]
                else:
                    path_or_img = item

                if isinstance(path_or_img, str):
                    pil_images.append(Image.open(path_or_img).convert("RGB"))
                elif isinstance(path_or_img, Image.Image):
                    pil_images.append(path_or_img.convert("RGB"))
                else:
                    pil_images.append(Image.open(path_or_img.name).convert("RGB"))
            except Exception as e:
                print(f"Skipping invalid image item: {e}")
                continue

    if not pil_images:
        raise gr.Error("Could not process uploaded images.")

    spec = ADAPTER_SPECS.get(lora_adapter)
    if not spec:
        raise gr.Error(f"Configuration not found for: {lora_adapter}")

    adapter_name = spec["adapter_name"]

    if adapter_name not in LOADED_ADAPTERS:
        print(f"--- Downloading and Loading Adapter: {lora_adapter} ---")
        try:
            pipe.load_lora_weights(
                spec["repo"], 
                weight_name=spec["weights"], 
                adapter_name=adapter_name
            )
            LOADED_ADAPTERS.add(adapter_name)
        except Exception as e:
            raise gr.Error(f"Failed to load adapter {lora_adapter}: {e}")
    else:
        print(f"--- Adapter {lora_adapter} is already loaded. ---")

    pipe.set_adapters([adapter_name], adapter_weights=[1.0])

    if randomize_seed:
        seed = random.randint(0, MAX_SEED)

    generator = torch.Generator(device=device).manual_seed(seed)

    if height == 256 and width == 256:
        height, width = None, None

    try:
        result_image = pipe(
            image=pil_images,
            prompt=prompt,
            negative_prompt=negative_prompt,
            height=height,
            width=width,
            num_inference_steps=steps,
            generator=generator,
            true_cfg_scale=guidance_scale,
        ).images[0]
        
        return result_image, seed

    except Exception as e:
        raise e
    finally:
        gc.collect()
        torch.cuda.empty_cache()

@spaces.GPU
def infer_example(images, prompt, lora_adapter):
    if not images:
        return None, 0
    
    if isinstance(images, str):
        images_list = [images]
    else:
        images_list = images
        
    result, seed = infer(
        images=images_list,
        prompt=prompt,
        negative_prompt="", # Default negative prompt for examples
        lora_adapter=lora_adapter,
        seed=0,
        randomize_seed=True,
        guidance_scale=1.0,
        steps=4,
        width=None,
        height=None
    )
    return result, seed

css="""
#col-container {
    margin: 0 auto;
    max-width: 1000px;
}
#main-title h1 {font-size: 2.3em !important;}
"""

with gr.Blocks() as demo:
    with gr.Column(elem_id="col-container"):
        gr.Markdown("# **Qwen-Image-Edit-2511-LoRAs-Fast**", elem_id="main-title")
        gr.Markdown("Perform diverse image edits using specialized [LoRA](https://huggingface.co/models?other=base_model:adapter:Qwen/Qwen-Image-Edit-2511) adapters. Upload one or more images.")

        with gr.Row(equal_height=True):
            with gr.Column():
                images = gr.Gallery(
                    label="Upload Images", 
                    type="filepath", 
                    columns=2, 
                    rows=1, 
                    # height=300, # Removed to prevent visual cropping
                    allow_preview=True
                )

                negative_prompt_value = "worst quality, low quality, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry"

                prompt = gr.Text(
                    label="Edit Prompt",
                    value="change this picture to tosti style. Use symmetric simple geometric shapes",
                    show_label=True,
                    placeholder="e.g., transform into anime..",
                )
                negative_prompt = gr.Text(
                    label="Negative prompt",
                    value=negative_prompt_value,
                    show_label=True,
                    placeholder="what you want to avoid",
                )


                run_button = gr.Button("Edit Image", variant="primary")

            with gr.Column():
                output_image = gr.Image(label="Output Image", interactive=False, format="png") # Removed height=363
                
                with gr.Row():
                    lora_adapter = gr.Dropdown(
                        label="Choose Editing Style",
                        choices=list(ADAPTER_SPECS.keys()),
                        value="Tosti-Style-Transfer"
                    )
                reload_loras_btn = gr.Button("🔄 Reload LoRAs", variant="secondary", size="sm")
                
                with gr.Accordion("Advanced Settings", open=False, visible=True):
                    seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)
                    randomize_seed = gr.Checkbox(label="Randomize Seed", value=True)
                    guidance_scale = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, step=0.1, value=1.0)
                    steps = gr.Slider(label="Inference Steps", minimum=1, maximum=50, step=1, value=4)
                    width = gr.Slider(
                        label="Width",
                        minimum=256,
                        maximum=2048,
                        step=8,
                        value=None,
                    )
                    height = gr.Slider(
                        label="Height",
                        minimum=256,
                        maximum=2048,
                        step=8,
                        value=None,
                    )
        
        gr.Examples(
            examples=[
                [["examples/B.jpg"], "Transform into anime.", "Photo-to-Anime"],
                [["examples/A.jpeg"], "Rotate the camera 45 degrees to the right.", "Multiple-Angles"],
                [["examples/U.jpg"], "Upscale this picture to 4K resolution.", "Upscaler"],
                [["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"],
                [["examples/Z1.jpg"], "Front-right quarter view.", "Fal-Multiple-Angles"],
                [["examples/Z2.jpg"], "Back-left quarter view.", "Fal-Multiple-Angles"],
                [["examples/Z3.jpg"], "Left side view, Balanced, standard.", "Fal-Multiple-Angles"],
                [["examples/MT.jpg"], "Paint with manga tone.", "Manga-Tone"],
                [["examples/ST1.jpg", "examples/ST2.jpg"], "Convert Image 1 to the style of Image 2.", "Style-Transfer"],
                [["examples/R1.jpg"], "Change the picture to realistic photograph.", "Anything2Real"],
                [["examples/L1.jpg", "examples/L2.jpg"], "Refer to the color tone, remove the original lighting from Image 1, and relight Image 1 based on the lighting and color tone of Image 2.", "Light-Migration"],
                [["examples/P1.jpg"], "Transform into anime (while preserving the background and remaining elements maintaining realism and original details.)", "Anime-V2"],
            ],
            inputs=[images, prompt, lora_adapter],
            outputs=[output_image, seed],
            fn=infer_example,
            cache_examples=False,
            label="Examples"
        )
        
        gr.Markdown("[*](https://huggingface.co/spaces/prithivMLmods/Qwen-Image-Edit-2511-LoRAs-Fast)This is still an experimental Space for Qwen-Image-Edit-2511.")

    
    run_button.click(
        fn=infer,
        inputs=[images, prompt, negative_prompt, lora_adapter, seed, randomize_seed, guidance_scale, steps, width, height],
        outputs=[output_image, seed]
    )

    lora_adapter.change(
        fn=update_lora,
        inputs=[lora_adapter],
        outputs=[prompt]
    )

    def reload_loras():
        global ADAPTER_SPECS
        ADAPTER_SPECS = load_loras_hot()
        return gr.update(choices=list(ADAPTER_SPECS.keys()))

    reload_loras_btn.click(
        fn=reload_loras,
        inputs=[],
        outputs=[lora_adapter]
    )

if __name__ == "__main__":
    demo.queue(max_size=30).launch(css=css, theme=orange_red_theme, mcp_server=True, ssr_mode=False, show_error=True)