Skip to content

Commit 830603e

Browse files
DN6stevhliu
andauthored
Update docs/source/en/modular_diffusers/custom_blocks.md
Co-authored-by: Steven Liu <[email protected]>
1 parent ed3f885 commit 830603e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/modular_diffusers/custom_blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ block.push_to_hub("<your repo id>")
272272
```
273273

274274

275-
Let's use this custom block in an inpainting workflow.
275+
Load the custom block with [`~ModularPipelineBlocks.from_pretrained`] and set `trust_remote_code=True`.
276276

277277
```py
278278
import torch

0 commit comments

Comments
 (0)