Skip to content

Commit b196540

Browse files
committed
up
1 parent 9ca7201 commit b196540

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/diffusers/modular_pipelines/flux/before_denoise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ def __call__(self, components: FluxModularPipeline, state: PipelineState) -> Pip
608608
height = 2 * (int(block_state.height) // (components.vae_scale_factor * 2))
609609
width = 2 * (int(block_state.width) // (components.vae_scale_factor * 2))
610610
latent_ids = FluxPipeline._prepare_latent_image_ids(None, height // 2, width // 2, device, dtype)
611-
611+
612612
if img_ids is not None:
613613
latent_ids = torch.cat([latent_ids, img_ids], dim=0)
614614

0 commit comments

Comments
 (0)