What's Changed
* Added `auto_load_lora_weights` by suzukimain in https://github.com/suzukimain/auto_diffusers/pull/15
> Example
python
from auto_diffusers import EasyPipelineForText2Image
pipe = EasyPipelineForText2Image.from_civitai("search_word")
Load Lora into the pipeline.
pipe.auto_load_lora_weights("Detail Tweaker")
Load TextualInversion into the pipeline.
pipe.auto_load_textual_inversion("EasyNegative", token="EasyNegative")
**Full Changelog**: https://github.com/suzukimain/auto_diffusers/compare/v2.0.14...v2.0.16
(Re-upload to pypi)