第三方插件
ComfyUI_UltimateSDUpscale
Ultimate SD Upscale (Custom Sample)
用于实现 基于 Stable Diffusion 的图像超分辨率(Upscaling)处理,通过将图像分块并在放大时进行无缝拼接,获得更高质量的图像输出。Ultimate SD Upscale (Custom Sample)-
节点中英文对比
按当前节点配置,分别展示中文与英文节点结构。
中文节点
Ultimate SD Upscale (Custom Sample)
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 (Custom Sample)
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
编码与解码图像 latent 的模型。
upscale_model
upscale_model
可选使用的超分模型。
custom_sampler
custom_sampler
自定义采样器对象。
custom_sigmas
custom_sigmas
自定义噪声曲线 sigma 值。
输出参数
IMAGE
IMAGE
放大或重绘后的图像。
控件参数
upscale_by
upscale_by
放大倍数,如 2.0、3.0 等。
seed
seed
随机种子,控制生成一致性。
steps
steps
推理步数,越高细节越多但生成越慢。
cfg
cfg
提示词引导系数。
sampler_name
sampler_name
采样器名称。
scheduler
scheduler
调度器名称。
denoise
denoise
去噪强度,值越大改动越大。
mode_type
mode_type
重绘模式类型。
可选值:redraw(图像重绘)、latent(隐空间处理)、original(不改内容仅修复)。推荐使用 redraw 模式获得最优效果。
tile_width
tile_width
tile 宽度,单位为像素。
tile_height
tile_height
tile 高度,单位为像素。
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
接缝区域去噪强度。控制边缘重绘程度,推荐值 0.3~0.6。
seam_fix_width
seam_fix_width
接缝修复范围宽度。
seam_fix_mask_blur
seam_fix_mask_blur
接缝遮罩的模糊半径。推荐值 8~16,数值越高越柔和。
seam_fix_padding
seam_fix_padding
修复额外扩展区域。
force_uniform_tiles
force_uniform_tiles
是否强制 tile 尺寸对齐分布。
tiled_decode
tiled_decode
启用 tile 解码以减少显存压力。
详细说明
结合节点用途、参数和调用方式,给出更完整的说明内容。
暂无节点说明