ComfyUI
ComfyUI copied to clipboard
Increase sigma_min/sigma_max range for custom schedulers (fix for ZSNR models)
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.