> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LatentOperationSharpen - ComfyUI Built-in Node Documentation

> Complete documentation for the LatentOperationSharpen node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/LatentOperationSharpen/zh.md)

## 概述

LatentOperationSharpen 节点使用高斯核对潜空间表示应用锐化效果。其工作原理包括对潜空间数据进行归一化处理，应用自定义锐化核进行卷积运算，然后恢复原始亮度。这样可以增强潜空间表示中的细节和边缘。

## 输入

| 参数     | 数据类型  | 必需 | 取值范围     | 描述               |
| ------ | ----- | -- | -------- | ---------------- |
| `锐化半径` | INT   | 否  | 1-31     | 锐化核的半径（默认值：9）    |
| `西格玛`  | FLOAT | 否  | 0.1-10.0 | 高斯核的标准差（默认值：1.0） |
| `阿尔法`  | FLOAT | 否  | 0.0-5.0  | 锐化强度因子（默认值：0.1）  |

## 输出

| 输出名称        | 数据类型              | 描述                 |
| ----------- | ----------------- | ------------------ |
| `operation` | LATENT\_OPERATION | 返回一个可应用于潜空间数据的锐化操作 |
