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

rename modular_pipeline_block_mappings.py to modular_block_mapping

This commit is contained in:
yiyixuxu
2025-06-20 07:23:14 +02:00
parent a8e853b791
commit 7ad01a6350

View File

@@ -106,11 +106,6 @@ AUTO_BLOCKS = InsertableOrderedDict([
("decode", StableDiffusionXLAutoDecodeStep)
])
AUTO_CORE_BLOCKS = InsertableOrderedDict([
("before_denoise", StableDiffusionXLAutoBeforeDenoiseStep),
("denoise", StableDiffusionXLAutoDenoiseStep),
])
SDXL_SUPPORTED_BLOCKS = {
"text2img": TEXT2IMAGE_BLOCKS,