[DDIMInverseScheduler] inf
values at first iteration when set_alpha_to_one=True
and prediction_type="sample"
#10920
Labels
bug
Something isn't working
Describe the bug
I got
inf
values indiffusers/src/diffusers/schedulers/scheduling_ddim_inverse.py
Line 347 in 560fb5f
because
beta_prod_t
is 0.0 at the first iteration, whentimestep
is < 0 andbeta_prod_t
is 0.0 (becausealpha_prod_t
is set to 1.0 whenset_alpha_to_one=True
).diffusers/src/diffusers/schedulers/scheduling_ddim_inverse.py
Line 338 in 560fb5f
Reproduction
Logs
System Info
Who can help?
@yiyixuxu @sayakpaul
The text was updated successfully, but these errors were encountered: