Diffusers documentation

Overview

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Overview

Modular Diffusers is a unified pipeline system that simplifies your workflow with pipeline blocks.

  • Blocks are reusable and you only need to create new blocks that are unique to your pipeline.
  • Blocks can be mixed and matched to adapt to or create a pipeline for a specific workflow or multiple workflows.

The Modular Diffusers docs are organized as shown below.

Quickstart

  • The quickstart shows you how to run a modular pipeline, understand its structure, and customize it by modifying the blocks that compose it.

ModularPipelineBlocks

ModularPipeline

Mellon Integration

Update on GitHub