"StyleTextRec/fonts/ch_standard.ttf" did not exist on "f2d98c5e76b8b2fa9d912ccfe3b51e8d4df8211e"
Commit 727588d0 authored by comfyanonymous's avatar comfyanonymous
Browse files

Fix some new loras.

parent 315ba30c
......@@ -170,6 +170,8 @@ def model_lora_keys_clip(model, key_map={}):
if k in sdk:
lora_key = text_model_lora_key.format(b, LORA_CLIP_MAP[c])
key_map[lora_key] = k
lora_key = "lora_te1_text_model_encoder_layers_{}_{}".format(b, LORA_CLIP_MAP[c])
key_map[lora_key] = k
k = "clip_l.transformer.text_model.encoder.layers.{}.{}.weight".format(b, c)
if k in sdk:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment