Run a Pipeline with Diffusers
Generate images from a pretrained model.
Meet Diffusers
Hugging Face Diffusers is the go-to library for running diffusion models. It wraps all the hard parts behind a friendly interface. 🤗
Install It
Getting started takes one pip install. You will also want transformers and accelerate alongside it for full support.
pip install diffusers transformers accelerateAll lessons in this course
- Forward Noising & Reverse Denoising
- Predict the Noise with a U-Net
- Sampling Schedules & Guidance
- Run a Pipeline with Diffusers