stable-diffusion-webui-forge icon indicating copy to clipboard operation
stable-diffusion-webui-forge copied to clipboard

Is res_multistep_kl_optimal sampler in forge?

Open JerryPhilips2 opened this issue 8 months ago • 1 comments

Is the res_multistep_kl_optimal sampler in forge? And if not how would I be able to add it to Forge?

JerryPhilips2 avatar Mar 29 '25 05:03 JerryPhilips2

Res Multistep is a sampler and KL Optimal is a scheduler. KL Optimal is built-in but Res Multistep is not.

I have an extension that adds Res Multistep and Res Multistep CFG++: https://github.com/MisterChief95/sd-forge-extra-samplers

Also grab this extension by DenOfEquity: https://github.com/DenOfEquity/webUI_ExtraSchedulers

It adds some more CFG++ samplers & DPM++ 4M SDE, plus some neat new schedulers.

MisterChief95 avatar Apr 05 '25 06:04 MisterChief95