This commit is contained in:
yjy415 2026-08-16 13:29:24 +08:00
parent 3b7c8c7892
commit 7e1a0f6849
1 changed files with 1 additions and 0 deletions

View File

@ -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)