Auto-diffusers

Latest version: v2.0.21

Safety actively analyzes 702100 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 12

2.0.20.dev0

What's Changed
* Test upload to pypi


**Full Changelog**: https://github.com/suzukimain/auto_diffusers/compare/v2.0.19...v2.0.20.dev0

2.0.19

What's Changed
* Bug fixes and Updated the license date by suzukimain in https://github.com/suzukimain/auto_diffusers/pull/17


**Full Changelog**: https://github.com/suzukimain/auto_diffusers/compare/v2.0.18...v2.0.19

2.0.18

What's Changed
* Fixed `AutoConfig` being inherited by mistake in `EasyPipelineForText2Image`

**Full Changelog**: https://github.com/suzukimain/auto_diffusers/compare/v2.0.17...v2.0.18

2.0.17

What's Changed
* All pipelines can now call `auto_load_textual_inversion` and `auto_load_lora_weights`. by suzukimain in https://github.com/suzukimain/auto_diffusers/pull/16


**Full Changelog**: https://github.com/suzukimain/auto_diffusers/compare/v2.0.16...v2.0.17

2.0.16

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)

2.0.15

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.15

Page 2 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.