Skip to content

Commit e6464e5

Browse files
committed
remove guider inputs
1 parent 42b1bca commit e6464e5

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/diffusers/modular_pipelines/stable_diffusion_xl/denoise.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ def __call__(self, components: StableDiffusionXLModularPipeline, block_state: Bl
492492
t,
493493
block_state.latents,
494494
**block_state.extra_step_kwargs,
495-
**block_state.guider_inputs,
496495
return_dict=False,
497496
)[0]
498497

@@ -590,7 +589,6 @@ def __call__(self, components: StableDiffusionXLModularPipeline, block_state: Bl
590589
t,
591590
block_state.latents,
592591
**block_state.extra_step_kwargs,
593-
**block_state.guider_inputs,
594592
return_dict=False,
595593
)[0]
596594

src/diffusers/modular_pipelines/wan/denoise.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ def __call__(self, components: WanModularPipeline, block_state: BlockState, i: i
171171
block_state.noise_pred.float(),
172172
t,
173173
block_state.latents.float(),
174-
**block_state.guider_inputs,
175174
return_dict=False,
176175
)[0]
177176

0 commit comments

Comments
 (0)