Custom Sigmas

节点功能:用于从字符串创建自定义的sigma值序列,以控制Stable Diffusion采样过程。

输出参数

参数名称说明
SIGMAS插值后的 sigma 张量序列,供采样器使用。

控件参数

参数名称说明
sigmas_string逗号分隔的 sigma 值列表,支持多行文本粘贴。
interpolate_to_steps目标采样步数,将对 sigma 序列进行 log-linear 插值至该步数(+1 个点)。