From 7e1a0f6849214224e3f64386a3bb1bd9c259f986 Mon Sep 17 00:00:00 2001 From: yjy415 <2471352175@qq.com> Date: Sun, 16 Aug 2026 13:29:24 +0800 Subject: [PATCH] fix --- comfy/lora_convert.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy/lora_convert.py b/comfy/lora_convert.py index 3580375f1..749e81df3 100644 --- a/comfy/lora_convert.py +++ b/comfy/lora_convert.py @@ -32,6 +32,7 @@ def convert_uso_lora(sd): sd_out[k_to] = tensor return sd_out + def convert_lora(sd): if "img_in.lora_A.weight" in sd and "single_blocks.0.norm.key_norm.scale" in sd: return convert_lora_bfl_control(sd)