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:
@@ -106,11 +106,6 @@ AUTO_BLOCKS = InsertableOrderedDict([
|
||||
("decode", StableDiffusionXLAutoDecodeStep)
|
||||
])
|
||||
|
||||
AUTO_CORE_BLOCKS = InsertableOrderedDict([
|
||||
("before_denoise", StableDiffusionXLAutoBeforeDenoiseStep),
|
||||
("denoise", StableDiffusionXLAutoDenoiseStep),
|
||||
])
|
||||
|
||||
|
||||
SDXL_SUPPORTED_BLOCKS = {
|
||||
"text2img": TEXT2IMAGE_BLOCKS,
|
||||
Reference in New Issue
Block a user