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

# FreeU - ComfyUI Built-in Node Documentation

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

FreeU 节点通过对模型的输出块应用频域修改来提升图像生成质量。其工作原理是对不同通道组进行缩放，并对特定特征图应用傅里叶滤波，从而在生成过程中实现对模型行为的精细控制。

## 输入

| 参数   | 描述                                           | 数据类型  | 是否必填 | 范围         |
| ---- | -------------------------------------------- | ----- | ---- | ---------- |
| `模型` | 要应用 FreeU 修改的模型                              | MODEL | 是    | -          |
| `b1` | 针对 `model_channels` × 4 特征的主干缩放因子（默认值：1.1）   | FLOAT | 是    | 0.0 - 10.0 |
| `b2` | 针对 `model_channels` × 2 特征的主干缩放因子（默认值：1.2）   | FLOAT | 是    | 0.0 - 10.0 |
| `s1` | 针对 `model_channels` × 4 特征的跳跃连接缩放因子（默认值：0.9） | FLOAT | 是    | 0.0 - 10.0 |
| `s2` | 针对 `model_channels` × 2 特征的跳跃连接缩放因子（默认值：0.2） | FLOAT | 是    | 0.0 - 10.0 |

## 输出

| 输出名称 | 描述                 | 数据类型  |
| ---- | ------------------ | ----- |
| `模型` | 已应用 FreeU 补丁的修改后模型 | MODEL |

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

***

**Source fingerprint (SHA-256):** `449a02a4bb5b42eb37fab394bcdc6375e08e369961d633618211ebc5f737ab51`
