mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-01 03:01:13 -04:00
fix typo
This commit is contained in:
@@ -171,7 +171,7 @@ class LoraManager:
|
||||
return lora
|
||||
|
||||
def apply_module_forward(self, module, lora_name):
|
||||
handle = module.register_module_forward_hook(lora_forward_hook(lora_name))
|
||||
handle = module.register_forward_hook(lora_forward_hook(lora_name))
|
||||
self.hooks.append(handle)
|
||||
|
||||
def apply_lora_model(self, name, mult: float = 1.0):
|
||||
|
||||
Reference in New Issue
Block a user