From 1bf3db011d9b89fcaf017b7f880dd544bfc4efef Mon Sep 17 00:00:00 2001 From: lucy <154630366+lucyknada@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:02:57 +0100 Subject: [PATCH] [typo] ui_trt.py couldm't => couldn't --- ui_trt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui_trt.py b/ui_trt.py index 4f19847..1d797b5 100644 --- a/ui_trt.py +++ b/ui_trt.py @@ -169,7 +169,7 @@ def export_lora_to_trt(lora_name, force_export): version = lora_model.get("version", SDVersion.Unknown) if version == SDVersion.Unknown: print( - "LoRA SD version couldm't be determined. Please ensure the correct SD Checkpoint is selected." + "LoRA SD version couldn't be determined. Please ensure the correct SD Checkpoint is selected." ) model_name = shared.sd_model.sd_checkpoint_info.model_name