Implement New Schedulers/Samplers(?)

#8
by xi0v - opened

@John6666 Hello!
Is there a way to implement the Euler AYS (align your steps) scheduler or ones that are Available in WebUis (A1111, ComfyUI, Forge, etc..) that are not available natively in diffusers in this space?

There should be a way to implement those without needing to rely solely on diffusers right?

Owner
β€’
edited Oct 12

Good morning.
If Diffusers and stablepy support it, it's easily possible, otherwise, the only way to do it is to implement your own sampler code directly in stablepy, which is virtually impossible because the library is less maintainable.

I too was wondering about Diffusers not supporting that sampler, but I wonder if any of the other algorithms are actually the de facto equivalent of it?
https://github.com/R3gm/stablepy
https://huggingface.co/docs/diffusers/api/schedulers/overview
The stablepy author r3gm is often at HF and will answer our questions if we talk to him.
As for Diffusers, I guess we have to ask sayakpaul if we don't go to github.
https://huggingface.co/spaces/r3gm/DiffuseCraft

There should be a way to implement those without needing to rely solely on diffusers right?

It's there, but it seems to go against the library's philosophy of being a wrapper for Diffusers...?

Sign up or log in to comment