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

# FreeU - ComfyUI Built-in Node Documentation

> Complete documentation for the FreeU 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/FreeU/zh.md)

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

## 输入参数

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

## 输出结果

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