From cfb83e54f33f4e07055dada026f3c58c876a44b0 Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Fri, 7 Nov 2025 16:02:16 +0100 Subject: [PATCH] update --- docs/source/en/modular_diffusers/custom_blocks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/en/modular_diffusers/custom_blocks.md b/docs/source/en/modular_diffusers/custom_blocks.md index e0e6825273..ae91aa427e 100644 --- a/docs/source/en/modular_diffusers/custom_blocks.md +++ b/docs/source/en/modular_diffusers/custom_blocks.md @@ -15,6 +15,10 @@ specific language governing permissions and limitations under the License. [ModularPipelineBlocks](./pipeline_block) are the fundamental building blocks of a [`ModularPipeline`]. You can create custom blocks by defining their inputs, outputs, and computation logic. This guide demonstrates how to create and use a custom block. + +You can find examples of different types of custom blocks in the [Modular Diffusers Custom Blocks collection](https://huggingface.co/collections/diffusers/modular-diffusers-custom-blocks) + + ## Project Structure Your custom block project should use the following structure: