> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# FeatherMask - ComfyUI Built-in Node Documentation

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

`FeatherMask` 节点用于对给定蒙版的边缘应用羽化效果，通过根据距各边缘的指定距离调整边缘的不透明度，使蒙版边缘平滑过渡，从而产生更柔和、更自然的边缘效果。

## 输入

| 参数   | 描述                          | 数据类型 |
| ---- | --------------------------- | ---- |
| `遮罩` | 将应用羽化效果的蒙版。它决定了图像中受羽化影响的区域。 | MASK |
| `左`  | 指定从左侧边缘开始应用羽化效果的距离。         | INT  |
| `顶`  | 指定从顶部边缘开始应用羽化效果的距离。         | INT  |
| `右`  | 指定从右侧边缘开始应用羽化效果的距离。         | INT  |
| `底`  | 指定从底部边缘开始应用羽化效果的距离。         | INT  |

## 输出

| 参数   | 描述                       | 数据类型 |
| ---- | ------------------------ | ---- |
| `遮罩` | 输出为输入蒙版的修改版本，其边缘已应用羽化效果。 | MASK |

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