From 809fc36e03cb346227062e8d858c2768b6bd81fe Mon Sep 17 00:00:00 2001 From: YiYi Xu Date: Sun, 25 Jan 2026 14:10:32 -1000 Subject: [PATCH] Update docs/source/en/modular_diffusers/quickstart.md --- 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 18ecf598d3..534582eac6 100644 --- a/docs/source/en/modular_diffusers/quickstart.md +++ b/docs/source/en/modular_diffusers/quickstart.md @@ -183,7 +183,7 @@ Use [`ComponentsManager`](./components_manager) to share models across multiple -Connect modular pipelines to [Mellon](https://github.com/cubiq/Mellon), a visual node-based interface for building workflows. Custom blocks built with Modular Diffusers work out of the box with Mellon - no UI code required. Read more in [Mellon](./mellon) guide +Connect modular pipelines to [Mellon](https://github.com/cubiq/Mellon), a visual node-based interface for building workflows. Custom blocks built with Modular Diffusers work out of the box with Mellon - no UI code required. Read more in Mellon guide