Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
huggingface
GitHub Repository: huggingface/notebooks
Path: blob/main/diffusers/README.md
5473 views

Diffusers Notebooks

Notebooks for the HuggingFace Diffusers library



📓 Examples

NotebookColabDescription
Getting started with DiffusersOpen In ColabFirst look at the library with a detailed model inference example.
Training a DDPM modelOpen In ColabAn example of training a DDPM model from scratch on a dataset of butterfly images.
Stable Diffusion with DiffusersOpen In ColabHow to use Stable Diffusion model for text-to-image generation using diffusers library.