Skip to content

Commit 7ad01a6

Browse files
committed
rename modular_pipeline_block_mappings.py to modular_block_mapping
1 parent a8e853b commit 7ad01a6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@
106106
("decode", StableDiffusionXLAutoDecodeStep)
107107
])
108108

109-
AUTO_CORE_BLOCKS = InsertableOrderedDict([
110-
("before_denoise", StableDiffusionXLAutoBeforeDenoiseStep),
111-
("denoise", StableDiffusionXLAutoDenoiseStep),
112-
])
113-
114109

115110
SDXL_SUPPORTED_BLOCKS = {
116111
"text2img": TEXT2IMAGE_BLOCKS,

0 commit comments

Comments
 (0)