stable-diffusion-webui-forge
stable-diffusion-webui-forge copied to clipboard
Is res_multistep_kl_optimal sampler in forge?
Is the res_multistep_kl_optimal sampler in forge? And if not how would I be able to add it to Forge?
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.