第三方插件
ComfyUI_Comfyroll_CustomNodes
CR Upscale Image
用于提高图像分辨率。? CR Upscale
节点中英文对比
按当前节点配置,分别展示中文与英文节点结构。
中文节点
CR Upscale Image
upscale_model
mode
rescale_factor
resize_width
resampling_method
supersample
rounding_modulus
英文节点
CR Upscale Image
upscale_model
mode
rescale_factor
resize_width
resampling_method
supersample
rounding_modulus
参数说明
依据当前节点关联的 `NodesItems` 数据展示输入、输出与控件说明。
输入参数
image
image
需要进行放大的图像。
输出参数
IMAGE
IMAGE
放大后的图像张量,可用于后续节点。
show_help
show_help
帮助链接,跳转到官方 Wiki 说明页面。
控件参数
upscale_model
upscale_model
放大所使用的模型,从安装路径中加载。
mode
mode
放大模式:
• rescale:按比例放大;
• resize:缩放至指定宽度。
rescale_factor
rescale_factor
rescale 模式下使用的放大倍数。
resize_width
resize_width
resize 模式下的目标宽度,单位像素。
resampling_method
resampling_method
缩放插值方法:
• lanczos:高质量;
• nearest:像素风格;
• bilinear:平滑但模糊;
• bicubic:平滑锐利之间。
supersample
supersample
是否进行超采样插值:
• true:启用多重插值提升质量;
• false:禁用。
rounding_modulus
rounding_modulus
输出尺寸是否对齐到某个倍数,单位像素,默认 8。
详细说明
结合节点用途、参数和调用方式,给出更完整的说明内容。
暂无节点说明
同类节点导航
继续浏览同一分类下的相邻节点,方便串联学习。