Supported schedulers for SVD?
#13
by
ustcUna
- opened
I tried to replace the SVD's scheduler with DPMSolverMultistepScheduler (default is EULER) but found that it would dump with IndexError.
However, I tried to print(pipe.scheduler.compatibles), I saw <class 'diffusers.schedulers.scheduling_dpmsolver_multistep.DPMSolverMultistepScheduler'> which seems that it contains DPMSolverMultistepScheduler.
Was the error due to SVD only capable of continuous noise schedulers, but not discrete-time schedulers?
Any other supported schedulers we can try? Thanks!