What is the version of your diffusers
?
I got the same error likes yours, but after I using:
pipeline.load_lora_weights("./models/lora_models/", weight_name="XXX.safetensors")
It worked for me.
What is the version of your diffusers
?
I got the same error likes yours, but after I using:
pipeline.load_lora_weights("./models/lora_models/", weight_name="XXX.safetensors")
It worked for me.