1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00
Files
diffusers/docs/source/en/api/schedulers/pndm.md
2025-06-19 07:46:01 +05:30

1.0 KiB

PNDMScheduler

PNDMScheduler, or pseudo numerical methods for diffusion models, uses more advanced ODE integration techniques like the Runge-Kutta and linear multi-step method. The original implementation can be found at crowsonkb/k-diffusion.

PNDMScheduler

autodoc PNDMScheduler

SchedulerOutput

autodoc schedulers.scheduling_utils.SchedulerOutput