You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
depr_message="Passing `fuse_unet` to `fuse_lora()` is deprecated and will be ignored. Please use the `components` argument and provide a list of the components whose LoRAs are to be fused. `fuse_unet` will be removed in a future version."
Whether to unfuse the text encoder LoRA parameters. If the text encoder wasn't monkey-patched with the
635
638
LoRA parameters then it won't have any effect.
636
639
"""
640
+
ifcomponentsisNone:
641
+
components= []
642
+
637
643
if"unfuse_unet"inkwargs:
638
644
depr_message="Passing `unfuse_unet` to `unfuse_lora()` is deprecated and will be ignored. Please use the `components` argument. `unfuse_unet` will be removed in a future version."
0 commit comments