mirror of
https://github.com/huggingface/diffusers.git
synced 2026-02-15 15:25:30 +08:00
fix more
This commit is contained in:
@@ -724,7 +724,7 @@ class ConditionalPipelineBlocks(ModularPipelineBlocks):
|
||||
logger.error(error_msg)
|
||||
raise
|
||||
|
||||
def get_execution_blocks(self, **kwargs) -> "ModularPipelineBlocks" | None:
|
||||
def get_execution_blocks(self, **kwargs) -> ModularPipelineBlocks | None:
|
||||
"""
|
||||
Get the block(s) that would execute given the inputs.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user