Skip to content

Commit ceeb3c1

Browse files
committed
fix
1 parent 0fcdd69 commit ceeb3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/modular_diffusers/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ You typically don't need to manually create or manage these state objects. The `
316316
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.
317317

318318
In standard `model_index.json`, each component entry is a `(library, class)` tuple:
319-
319+
```py
320320
"text_encoder": [
321321
"transformers",
322322
"CLIPTextModel"

0 commit comments

Comments
 (0)