Skip to content

Commit e78aa54

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/en/modular_diffusers/custom_blocks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ specific language governing permissions and limitations under the License.
1313

1414
# Building Custom Blocks
1515

16-
Modular Diffusers allows you to create custom blocks that can be plugged into Modular Pipelines. This guide will show you how to create and use a custom block.
16+
[ModularPipelineBlocks](./pipeline_block) are the fundamental building blocks for a [`ModularPipeline`]. As long as they contain the appropriate inputs, outputs, and computation logic, you can customize these blocks to create custom blocks.
17+
18+
This guide will show you how to create and use a custom block.
1719

1820
First let's take a look at the structure of our custom block project:
1921

0 commit comments

Comments
 (0)