does lora really take effect?

#5
by wuutiing2 - opened

clone to local and run, the script warns that

No LoRA keys associated to QwenImageTransformer2DModel found with the prefix='transformer'. This is safe to ignore if LoRA state dict didn't originally have any QwenImageTransformer2DModel related params. You can also try specifying `prefix=None` to resolve the warning.

the code is

pipe.load_lora_weights(
    "dx8152/Qwen-Edit-2509-Multiple-angles",
    weight_name="镜头转换.safetensors",
)

env:

diffusers                    0.36.0.dev0
transformers                 4.57.1```

Sign up or log in to comment