Postprocessing
ImageSharpen - ComfyUI Built-in Node Documentation
Complete documentation for the ImageSharpen node in ComfyUI. Learn its inputs, outputs, parameters and usage.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete documentation for the ImageSharpen node in ComfyUI. Learn its inputs, outputs, parameters and usage.
| 参数名称 | 数据类型 | 作用 |
|---|---|---|
图像 | IMAGE | 要锐化的输入图像。此参数至关重要,因为它决定了将应用锐化效果的基础图像。 |
锐化半径 | INT | 定义锐化效果的半径。较大的半径意味着边缘周围更多的像素将受到影响,导致更明显的锐化效果。 |
Sigma | FLOAT | 控制锐化效果的扩散。较高的sigma值会在边缘产生更平滑的过渡,而较低的sigma使锐化更局部化。 |
alpha | FLOAT | 调整锐化效果的强度。较高的alpha值会导致更强的锐化效果。 |
| 参数名称 | 数据类型 | 作用 |
|---|---|---|
图像 | IMAGE | 锐化的图像,边缘和细节得到增强,准备好进行进一步处理或显示。 |