You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I was wondering why the "linspace" timestep spacing option is not available also for the DDIMInverseScheduler class, as it is for other schedulers like DDIMScheduler and DDIMScheduler.
f"{self.config.timestep_spacing} is not supported. Please make sure to choose one of 'leading' or 'trailing'."
Describe the solution you'd like.
The code could be copied from the other cited schedulers where it is already implemented.
The text was updated successfully, but these errors were encountered:
andreabosisio
changed the title
Missing "linspace" timestep spacing option for DDIMInverseScheduler`
Missing "linspace" timestep spacing option for DDIMInverseSchedulerJan 10, 2025
Is your feature request related to a problem? Please describe.
I was wondering why the
"linspace"
timestep spacing option is not available also for theDDIMInverseScheduler
class, as it is for other schedulers likeDDIMScheduler
andDDIMScheduler
.diffusers/src/diffusers/schedulers/scheduling_ddim_inverse.py
Line 284 in 9f06a0d
Describe the solution you'd like.
The code could be copied from the other cited schedulers where it is already implemented.
The text was updated successfully, but these errors were encountered: