Skip to content

Commit 5168edc

Browse files
yiyixuxustevhliu
andauthored
Update docs/source/en/modular_diffusers/auto_pipeline_blocks.md
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
1 parent 2bac8e0 commit 5168edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/modular_diffusers/auto_pipeline_blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The inputs listed in `block_trigger_inputs` are passed as keyword arguments to `
192192

193193
## Workflows
194194

195-
Pipelines that contain conditional blocks ([~modular_pipelines.AutoPipelineBlocks] or [~modular_pipelines.ConditionalPipelineBlocks]) can support multiple workflows — for example, our SDXL modular pipeline supports a dozen workflows all in one pipeline. But this also means it can be confusing for users to know what workflows are supported and how to run them. For pipeline builders, it's useful to be able to extract only the blocks relevant to a specific workflow.
195+
Pipelines that contain conditional blocks ([`~modular_pipelines.AutoPipelineBlocks`] or [`~modular_pipelines.ConditionalPipelineBlocks]`) can support multiple workflows — for example, our SDXL modular pipeline supports a dozen workflows all in one pipeline. But this also means it can be confusing for users to know what workflows are supported and how to run them. For pipeline builders, it's useful to be able to extract only the blocks relevant to a specific workflow.
196196

197197
We recommend defining a `_workflow_map` to give each workflow a name and explicitly list the inputs it requires.
198198

0 commit comments

Comments
 (0)