Skip to content

Commit 0e41c4b

Browse files
Fix typo
Co-authored-by: Ryan Dick <ryanjdick3@gmail.com>
1 parent 6c1a6de commit 0e41c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/app/invocations/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def invoke(self, context: InvocationContext) -> SDXLLoraLoaderOutput:
307307
model_name=lora_name,
308308
model_type=ModelType.Lora,
309309
):
310-
raise Exception(f"Unkown lora name: {lora_name}!")
310+
raise Exception(f"Unknown lora name: {lora_name}!")
311311

312312
if self.unet is not None and any(lora.model_name == lora_name for lora in self.unet.loras):
313313
raise Exception(f'Lora "{lora_name}" already applied to unet')

0 commit comments

Comments
 (0)