From ceeb3c1da3ad7e53f0e6baf33be0298c268d794b Mon Sep 17 00:00:00 2001 From: yiyixuxu Date: Mon, 7 Jul 2025 10:21:01 +0200 Subject: [PATCH] fix --- docs/source/en/modular_diffusers/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/modular_diffusers/getting_started.md b/docs/source/en/modular_diffusers/getting_started.md index 8b2cfa4715..fce46527d1 100644 --- a/docs/source/en/modular_diffusers/getting_started.md +++ b/docs/source/en/modular_diffusers/getting_started.md @@ -316,7 +316,7 @@ You typically don't need to manually create or manage these state objects. The ` A `DiffusionPipeline` defines `model_index.json` to configure its components. However, repositories for Modular Diffusers work with `modular_model_index.json`. Let's walk through the differences here. In standard `model_index.json`, each component entry is a `(library, class)` tuple: - +```py "text_encoder": [ "transformers", "CLIPTextModel"