Skip to content

Commit

Permalink
fix DPMSolver.__call__ docs calling it deterministic (#452)
Browse files Browse the repository at this point in the history
Co-authored-by: Cédric Deltheil <[email protected]>
  • Loading branch information
TyrianOtter and deltheil authored Sep 30, 2024
1 parent 07fc619 commit 8352821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/refiners/foundationals/latent_diffusion/solvers/dpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def __call__(
x: The input tensor to apply the diffusion process to.
predicted_noise: The predicted noise tensor for the current step.
step: The current step of the diffusion process.
generator: The random number generator to use for sampling noise (ignored, this solver is deterministic).
generator: The random number generator to use for sampling noise (ignored, except if `sde_variance=1.0` in CTOR params)
Returns:
The denoised version of the input data `x`.
Expand Down

0 comments on commit 8352821

Please sign in to comment.