ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

Increase sigma_min/sigma_max range for custom schedulers (fix for ZSNR models)

Open pamparamm opened this issue 1 year ago • 0 comments

Custom scheduler nodes have sigma inputs capped by 1000, but models with ZSNR operate on sigmas larger than this cap (sigma_max for ZSNR model ~= 4518.7637). This PR raises max limit for sigmas to 5000, allowing to use custom schedulers with ZSNR models.

pamparamm avatar Apr 22 '24 02:04 pamparamm