Thanks to share your work! The demo you provided has only support single-gpu inferenec, and I find it seems that PP inference is not supported by diffsynth-studio. I want to know how to use the lora model when I load Qwen-Image-Edit using diffusers lib, like following code:
from diffusers import QwenImageEditPlusPipeline
pipeline = QwenImageEditPlusPipeline.from_pretrained("Qwen/Qwen-Image-Edit-2509", torch_dtype=torch.bfloat16)
How can I use this pipeline to load the lora model? Thanks in advance.
Thanks to share your work! The demo you provided has only support single-gpu inferenec, and I find it seems that PP inference is not supported by diffsynth-studio. I want to know how to use the lora model when I load Qwen-Image-Edit using diffusers lib, like following code:
How can I use this pipeline to load the lora model? Thanks in advance.