1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00
This commit is contained in:
Dhruv Nair
2025-07-30 08:33:51 +02:00
parent 4524d43279
commit 255c5742aa

View File

@@ -615,9 +615,6 @@ class AutoPipelineBlocks(ModularPipelineBlocks):
if input_name is not None and state.get(input_name) is not None:
block = self.trigger_to_block_map[input_name]
break
elif input_name is not None and state.get(input_name) is not None:
block = self.trigger_to_block_map[input_name]
break
if block is None:
logger.warning(f"skipping auto block: {self.__class__.__name__}")