> ## 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_V2 - ComfyUI Built-in Node Documentation

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

FreeU\_V2 节点通过修改 U-Net 架构对扩散模型进行基于频率的增强。它使用可配置参数对不同特征通道进行缩放，从而在不需额外训练的情况下提升图像生成质量。该节点通过修补模型的输出块，将缩放因子应用于特定通道维度。

## 输入参数

| 参数   | 数据类型  | 必填 | 取值范围       | 描述                    |
| ---- | ----- | -- | ---------- | --------------------- |
| `模型` | MODEL | 是  | -          | 要应用 FreeU 增强的扩散模型     |
| `b1` | FLOAT | 是  | 0.0 - 10.0 | 第一区块的主干特征缩放因子（默认：1.3） |
| `b2` | FLOAT | 是  | 0.0 - 10.0 | 第二区块的主干特征缩放因子（默认：1.4） |
| `s1` | FLOAT | 是  | 0.0 - 10.0 | 第一区块的跳跃特征缩放因子（默认：0.9） |
| `s2` | FLOAT | 是  | 0.0 - 10.0 | 第二区块的跳跃特征缩放因子（默认：0.2） |

## 输出结果

| 输出名称 | 数据类型  | 描述                   |
| ---- | ----- | -------------------- |
| `模型` | MODEL | 应用了 FreeU 修改的增强版扩散模型 |
