All terms
Frameworks & Tools
Diffusers
A Hugging Face library providing a standard interface to diffusion models.
Definition
Diffusers is Hugging Face's open-source library for working with diffusion models, a kind of AI that creates images by gradually turning random noise into a clear picture. It offers ready-made setups for tasks like turning text into images, editing or filling in parts of an image (inpainting), making video, and generating audio, and it downloads the trained models from the Hugging Face Hub. It is a common toolkit for models like Stable Diffusion.