Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing "linspace" timestep spacing option for DDIMInverseScheduler #10529

Open
andreabosisio opened this issue Jan 10, 2025 · 0 comments
Open

Comments

@andreabosisio
Copy link
Contributor

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.

@andreabosisio andreabosisio changed the title Missing "linspace" timestep spacing option for DDIMInverseScheduler` Missing "linspace" timestep spacing option for DDIMInverseScheduler Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant