第三方插件
ComfyUI-Impact-Pack
TiledKSamplerProvider
用于创建一个支持分块采样的 KSAMPLER 包装器,主要用于需要处理大分辨率图像的场景。
节点中英文对比
按当前节点配置,分别展示中文与英文节点结构。
中文节点
TiledKSamplerProvider
seed
steps
cfg
sampler_name
scheduler
denoise
tile_width
tile_height
tiling_strategy
英文节点
TiledKSamplerProvider
seed
steps
cfg
sampler_name
scheduler
denoise
tile_width
tile_height
tiling_strategy
参数说明
依据当前节点关联的 `NodesItems` 数据展示输入、输出与控件说明。
输入参数
basic_pipe
basic_pipe
输入模型与 prompt 管线,包括 model、clip、clipvision、正负 prompt。
输出参数
KSAMPLER
KSAMPLER
封装好的瓦片采样器对象。
控件参数
seed
seed
随机数种子。
steps
steps
采样步数。
cfg
cfg
提示词引导系数。
sampler_name
sampler_name
采样器名称。
scheduler
scheduler
调度器名称。
denoise
denoise
去噪强度。
tile_width
tile_width
每个采样瓦片的宽度。必须为 64 的倍数,建议不小于目标图像尺寸的一半,以减少缝隙感。
tile_height
tile_height
每个采样瓦片的高度。同上
tiling_strategy
tiling_strategy
瓦片采样策略。
- random:每轮随机拼贴位置;- padded:自动补边防止接缝;- simple:直接切块拼接,速度最快但容易有缝。
详细说明
结合节点用途、参数和调用方式,给出更完整的说明内容。
暂无节点说明
同类节点导航
继续浏览同一分类下的相邻节点,方便串联学习。