Skip to content

Commit d756c9b

Browse files
RyanJDickhipsterusername
authored andcommitted
Fix double LoRA patching of the UNet. This was presumably added by accident due to a previous merge conflict.
1 parent 63d3212 commit d756c9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

invokeai/app/invocations/latent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,6 @@ def _lora_loader():
706706
)
707707
with (
708708
ExitStack() as exit_stack,
709-
ModelPatcher.apply_lora_unet(unet_info.context.model, _lora_loader()),
710709
ModelPatcher.apply_freeu(unet_info.context.model, self.unet.freeu_config),
711710
set_seamless(unet_info.context.model, self.unet.seamless_axes),
712711
unet_info as unet,

0 commit comments

Comments
 (0)