本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
高级
FreSca - ComfyUI Built-in Node Documentation
Complete documentation for the FreSca node in ComfyUI. Learn its inputs, outputs, parameters and usage.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete documentation for the FreSca node in ComfyUI. Learn its inputs, outputs, parameters and usage.
本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
| 参数 | 数据类型 | 必需 | 范围 | 描述 |
|---|---|---|---|---|
model | MODEL | 是 | - | 要应用频率缩放的模型 |
scale_low | FLOAT | 否 | 0-10 | 低频分量的缩放因子(默认值:1.0) |
scale_high | FLOAT | 否 | 0-10 | 高频分量的缩放因子(默认值:1.25) |
freq_cutoff | INT | 否 | 1-10000 | 围绕中心被视为低频的频率索引数量(默认值:20) |
| 输出名称 | 数据类型 | 描述 |
|---|---|---|
model | MODEL | 已修改的模型,其引导函数应用了频率相关缩放 |