From ddaf986eb41579d186592c53b0853f3e9cf25d0a Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Wed, 8 Oct 2025 13:49:38 +0530 Subject: [PATCH] Apply suggestion from @stevhliu Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> --- docs/source/en/modular_diffusers/custom_blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/modular_diffusers/custom_blocks.md b/docs/source/en/modular_diffusers/custom_blocks.md index 935d3e0365..511a59bfd4 100644 --- a/docs/source/en/modular_diffusers/custom_blocks.md +++ b/docs/source/en/modular_diffusers/custom_blocks.md @@ -11,7 +11,7 @@ specific language governing permissions and limitations under the License. --> -# Building Custom Blocks +# Building custom blocks [ModularPipelineBlocks](./pipeline_block) are the fundamental building blocks for a [`ModularPipeline`]. As long as they contain the appropriate inputs, outputs, and computation logic, you can customize these blocks to create custom blocks.