From 7dc454f4662f6a2d8d94bad4fb488dad755b468a Mon Sep 17 00:00:00 2001 From: YiYi Xu Date: Mon, 26 Jan 2026 08:27:04 -1000 Subject: [PATCH] Update docs/source/en/modular_diffusers/quickstart.md Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> --- docs/source/en/modular_diffusers/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/modular_diffusers/quickstart.md b/docs/source/en/modular_diffusers/quickstart.md index 2f42ec7325..5d03b72e31 100644 --- a/docs/source/en/modular_diffusers/quickstart.md +++ b/docs/source/en/modular_diffusers/quickstart.md @@ -130,7 +130,7 @@ It reuses the VAE from our original pipeline instead of reloading it, keeping me You can also add new blocks to compose new workflows. Let's add a canny edge detection block to create a ControlNet pipeline. -First, load the canny block from the Hub and insert it into the controlnet workflow. If you want to learn how to create your own custom blocks and share them on the Hub, check out the [Building Custom Blocks](https://huggingface.co/docs/diffusers/modular_diffusers/custom_blocks) guide. +1. Load the canny block from the Hub and insert it into the ControlNet workflow. If you want to learn how to create your own custom blocks and share them on the Hub, check out the [Building Custom Blocks](https://huggingface.co/docs/diffusers/modular_diffusers/custom_blocks) guide. ```py from diffusers.modular_pipelines import ModularPipelineBlocks