第三方插件
ComfyUI_UltimateSDUpscale
Ultimate SD Upscale
该节点基于 tile 拼接和 Stable Diffusion 重绘的高清放大增强,适用于图像超分辨率、细节修复、AI 增强绘图等任务。它通过切分图像为多个 tile,逐个 tile 进行重绘处理,再智能拼接,结合高级 seam 修复和扩展参数,实现高质量、无缝的图像放大。Ultimate SD
节点中英文对比
按当前节点配置,分别展示中文与英文节点结构。
中文节点
Ultimate SD Upscale
upscale_by
seed
steps
cfg
sampler_name
scheduler
denoise
mode_type
tile_width
tile_height
mask_blur
tile_padding
seam_fix_mode
seam_fix_denoise
seam_fix_width
seam_fix_mask_blur
seam_fix_padding
force_uniform_tiles
tiled_decode
英文节点
Ultimate SD Upscale
upscale_by
seed
steps
cfg
sampler_name
scheduler
denoise
mode_type
tile_width
tile_height
mask_blur
tile_padding
seam_fix_mode
seam_fix_denoise
seam_fix_width
seam_fix_mask_blur
seam_fix_padding
force_uniform_tiles
tiled_decode
参数说明
依据当前节点关联的 `NodesItems` 数据展示输入、输出与控件说明。
输入参数
image
image
输入的图像张量,用于超分处理。
模型
model
使用的 Stable Diffusion 模型。
正面条件
positive
正向文本提示,用于指导生成。
负面条件
negative
负向文本提示,抑制不希望出现的元素。
vae
vae
编码与解码图像的 VAE 模型。
upscale_model
upscale_model
用于图像放大的超分模型。
输出参数
IMAGE
IMAGE
超分后图像张量。
控件参数
upscale_by
upscale_by
放大倍数,支持 2、3、4 等浮点数。
seed
seed
随机种子,用于生成一致性控制。
steps
steps
推理步数,影响输出质量与速度。
cfg
cfg
提示词引导系数。
sampler_name
sampler_name
采样器名称(如 euler、ddim)。
scheduler
scheduler
时间调度器策略。
denoise
denoise
去噪强度,0.0~1.0 之间
mode_type
mode_type
放大模式类型。可选值:redraw(重绘)、latent(隐空间上采样)、original(原图不变,仅放大)。redraw 通常生成最优图像。
tile_width
tile_width
单块宽度(像素)。
tile_height
tile_height
单块高度(像素)。
mask_blur
mask_blur
tile 遮罩模糊程度(像素)。
tile_padding
tile_padding
每块 tile 之间的额外 padding。
seam_fix_mode
seam_fix_mode
接缝修复模式。可选值:none(不修复)、simple(快速模糊)、full(完整遮罩修复)。推荐使用 full 获得平滑结果。
seam_fix_denoise
seam_fix_denoise
接缝区域去噪强度。
seam_fix_width
seam_fix_width
接缝遮罩模糊半径。
seam_fix_mask_blur
seam_fix_mask_blur
接缝修复区域宽度。
seam_fix_padding
seam_fix_padding
接缝修复扩展区域 padding。
force_uniform_tiles
force_uniform_tiles
是否强制 tile 等宽等高分布。
tiled_decode
tiled_decode
是否启用 VAE 的 tile 解码模式。
详细说明
结合节点用途、参数和调用方式,给出更完整的说明内容。
暂无节点说明
同类节点导航
继续浏览同一分类下的相邻节点,方便串联学习。
上一篇
已经是同类节点中的第一篇
下一篇
Ultimate SD Upscale (Custom Sample)
第三方插件