-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Why does num_inference_steps
have the default None
? It's not an Optional
. It cannot be None
. This leads to weird error messages if you skip this parameter.
num_inference_steps: int = None, |
sigmas
is undocumented:
sigmas: Optional[List[float]] = None, |
mu
is undocumented, even though it can be a required parameter (depending on configuration):
mu: Optional[float] = None, |
Reproduction
see above
Logs
System Info
HEAD
Who can help?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working