We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d3212 commit d756c9bCopy full SHA for d756c9b
invokeai/app/invocations/latent.py
@@ -706,7 +706,6 @@ def _lora_loader():
706
)
707
with (
708
ExitStack() as exit_stack,
709
- ModelPatcher.apply_lora_unet(unet_info.context.model, _lora_loader()),
710
ModelPatcher.apply_freeu(unet_info.context.model, self.unet.freeu_config),
711
set_seamless(unet_info.context.model, self.unet.seamless_axes),
712
unet_info as unet,
0 commit comments