CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
huggingface

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: huggingface/notebooks
Path: blob/main/diffusers/README.md
Views: 2535

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.