> ## 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.

# FeatherMask - ComfyUI Built-in Node Documentation

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

羽化遮罩节点对给定遮罩的边缘应用羽化效果，通过调整每个边缘指定距离内的不透明度，平滑过渡遮罩的边缘。这创造了一个更柔和、更混合的边缘效果。

## 输入

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

## 输出

| 参数名称 | 数据类型 | 作用                              |
| ---- | ---- | ------------------------------- |
| `遮罩` | MASK | 输出是应用了羽化效果的输入遮罩的修改版本，其边缘经过羽化处理。 |
