diffusers.js icon indicating copy to clipboard operation
diffusers.js copied to clipboard

Port DPM Solver scheduler

Open dakenf opened this issue 2 years ago • 1 comments

PNDM scheduler requires more steps, so we need to implement a faster one https://github.com/LuChengTHU/dpm-solver

dakenf avatar Oct 23 '23 13:10 dakenf

u can get help from this repo's code, it had a dpms scheduler working if i remember correctly: https://github.com/azuritecoin/OnnxDiffusersUI

Amin456789 avatar Nov 08 '23 21:11 Amin456789