I need to use Lora. How do I set up the code?

#21
by 313u - opened

I need to use Lora. How do I set up the code? I used load_Lora_weights to load it, but why did it not take effect? help me

I can confirm the same problem here. You load and fuse the LoRA with
pipe.load_lora_weights(pretrained_model_name_or_path_or_dict=f"./LoRAs/lorafilename", adapter_name="lora_adapter")
pipe.fuse_lora(lora_scale=args2.lora_weight)
but no noticable change in the output.

Sign up or log in to comment