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

Scheduler does not work with any number of diffusion time steps #137

Open
nilsleh opened this issue Jan 25, 2024 · 0 comments
Open

Scheduler does not work with any number of diffusion time steps #137

nilsleh opened this issue Jan 25, 2024 · 0 comments

Comments

@nilsleh
Copy link

nilsleh commented Jan 25, 2024

The Linear Schedule suggests that any number of time-steps are supported. But this is not true, since the Guided Diffusion asserts that all betas are in the interval (0,1). So any num_diffusion_timesteps<200 will yield an assertion error.

To reproduce, train any model with the flag diffusion_steps < 200.

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