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)