You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* diffusers docker image: load lora uncaught errors
broader exception type catch on fuse_lora
this fixes the follwing bug: when some error was encountered in _fuse_or_raise the lora adapter the exception was not always caught, as a consequence the lora adapter was not unloaded. Any subsequent call to the same adapter actually performed inference from the base model, as long as no new adapter was loaded
* diffusers image: upgrade peft dependency
Fixes some LoRA adapters loading issues with peft backend
See huggingface/diffusers#6809
0 commit comments