1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

Apply suggestion from @stevhliu

Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
This commit is contained in:
Dhruv Nair
2025-10-08 13:49:38 +05:30
committed by GitHub
parent e78aa54b82
commit ddaf986eb4

View File

@@ -11,7 +11,7 @@ specific language governing permissions and limitations under the License.
-->
# Building Custom Blocks
# Building custom blocks
[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.