Skip to content

Commit 911dc79

Browse files
authored
Merge branch 'main' into fix_syntax_qwenimageEditPlus
2 parents 2a6ac80 + 0e12ba7 commit 911dc79

File tree

46 files changed

+1314
-1160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1314
-1160
lines changed

src/diffusers/modular_pipelines/flux/modular_pipeline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ class FluxModularPipeline(ModularPipeline, FluxLoraLoaderMixin, TextualInversion
3232
</Tip>
3333
"""
3434

35+
default_blocks_name = "FluxAutoBlocks"
36+
3537
@property
3638
def default_height(self):
3739
return self.default_sample_size * self.vae_scale_factor

0 commit comments

Comments
 (0)