Skip to content

Commit ff1012f

Browse files
apolinarioyiyixuxu
andauthored
Update src/diffusers/schedulers/scheduling_flow_match_euler_discrete.py
Co-authored-by: YiYi Xu <yixu310@gmail.com>
1 parent 25bc77d commit ff1012f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/schedulers/scheduling_flow_match_euler_discrete.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ def step(
381381
s_noise: float = 1.0,
382382
generator: Optional[torch.Generator] = None,
383383
per_token_timesteps: Optional[torch.Tensor] = None,
384-
stochastic_sampling: Optional[bool] = None,
385384
return_dict: bool = True,
386385
) -> Union[FlowMatchEulerDiscreteSchedulerOutput, Tuple]:
387386
"""

0 commit comments

Comments
 (0)