-
Notifications
You must be signed in to change notification settings - Fork 6k
Issues with FlowMatchEulerDiscreteScheduler.set_timesteps() #10637
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
Comments
What is the error message?
It appears to be missing from the docstring,
|
error message:
Thank you for your explanations regarding the other parameters, but I meant that they should be documented in the code/docs |
I see. One of the arguments must be used. |
Describe the bug
Why does
num_inference_steps
have the defaultNone
? It's not anOptional
. It cannot beNone
. This leads to weird error messages if you skip this parameter.diffusers/src/diffusers/schedulers/scheduling_flow_match_euler_discrete.py
Line 239 in 37c9697
sigmas
is undocumented:diffusers/src/diffusers/schedulers/scheduling_flow_match_euler_discrete.py
Line 241 in 37c9697
mu
is undocumented, even though it can be a required parameter (depending on configuration):diffusers/src/diffusers/schedulers/scheduling_flow_match_euler_discrete.py
Line 242 in 37c9697
Reproduction
see above
Logs
System Info
HEAD
Who can help?
@yiyixuxu
The text was updated successfully, but these errors were encountered: