Diffusers
the six Ws · specification
Hugging Face maintains Diffusers as an open source Python library.
Diffusers provides pretrained diffusion model pipelines for image, audio and video generation.
Available on GitHub at huggingface/diffusers and distributed via PyPI.
First released in 2022 and under continuous active development.
It gives developers ready to use, modular diffusion pipelines instead of reimplementing sampling and schedulers from scratch.
Built on PyTorch and integrates with the Hugging Face Hub, Transformers and Accelerate.
Apache 2.0 licensed, open source, maintained by Hugging Face, roughly 34k GitHub stars, actively maintained.
alternatives