ml-stable-diffusion
ml-stable-diffusion copied to clipboard
Supporting other samplers in the Swift implementation
It looks like the Scheduler only supports the PLMS sampler method. Is it possible to also support other samplers such as Euler?
Hi @jverkoey! I recently proposed this PR, which does two things:
- Convert
Schedulerinto a protocol. - Implement a new scheduler (DPM-Solver++) using that protocol.
If it is accepted, it should be easy to add other schedulers. I'm currently using that implementation (from a fork) to support a native app I wrote.
What schedulers would you be interested in?
Is there anyway to realize Euler scheduler in Swift?
+1, Mac users are handicapped by this limitation 😢