crowsonkb / k-diffusion

Karras et al. (2022) diffusion models for PyTorch
MIT License
2.21k stars 371 forks source link

[Feature request]Support DDIM-Solver and Seniorious #87

Open sdbds opened 8 months ago

sdbds commented 8 months ago

DDIM-Solver from LCM https://arxiv.org/pdf/2310.04378.pdf

code implement: https://github.com/comfyanonymous/ComfyUI/commit/002aefa382585d171aef13c7bd21f64b8664fe28

Seniorious from here https://arxiv.org/pdf/2311.06845.pdf

The feasibility of using different samplers (ODE/SDE) on different sampling steps of the same sampling process based on analyzing and generalizing the updating formulas of each mainstream sampler

code implement https://github.com/Carzit/sd-webui-samplers-scheduler