Skip to content

Commit 76d4e41

Browse files
authored
[modular]some small fix (huggingface#12307)
* fix * add mellon node registry * style * update docstring to include more info! * support custom node mellon * HTTPErrpr -> HfHubHTTPErrpr * up * Update src/diffusers/modular_pipelines/qwenimage/node_utils.py
1 parent c07fcf7 commit 76d4e41

20 files changed

+1107
-741
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)