mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-01-24 17:44:28 +08:00
Support SimpleTuner lycoris lora for Qwen-Image (#9280)
This commit is contained in:
parent
629b173837
commit
2208aa616d
@ -301,6 +301,7 @@ def model_lora_keys_unet(model, key_map={}):
|
||||
key_map["{}".format(key_lora)] = k
|
||||
# Support transformer prefix format
|
||||
key_map["transformer.{}".format(key_lora)] = k
|
||||
key_map["lycoris_{}".format(key_lora.replace(".", "_"))] = k #SimpleTuner lycoris format
|
||||
|
||||
return key_map
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user