mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-16 09:54:08 +00: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