[LORA] How to unload lora weight after load_lora_weights · Issue #3689 · huggingface/diffusers (original) (raw)
Is your feature request related to a problem? Please describe.
I use pipe.load_lora_weights to load a lora weight, but don't know how to unload it.
I tried pipe.unet.set_default_attn_processor(), but it didn't work.
Describe the solution you'd like
I need a clear function to unload lora weight.