本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
Guidance
SkipLayerGuidanceSD3 - ComfyUI Built-in Node Documentation
Complete documentation for the SkipLayerGuidanceSD3 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 SkipLayerGuidanceSD3 node in ComfyUI. Learn its inputs, outputs, parameters and usage.
本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
| 参数 | 数据类型 | 必填 | 取值范围 | 描述 |
|---|---|---|---|---|
模型 | MODEL | 是 | - | 要应用跳层引导的模型 |
层 | STRING | 是 | - | 要跳过的层索引逗号分隔列表(默认:“7, 8, 9”) |
缩放 | FLOAT | 是 | 0.0 - 10.0 | 跳层引导效果的强度(默认:3.0) |
开始百分比 | FLOAT | 是 | 0.0 - 1.0 | 引导应用的起始点,以总步数的百分比表示(默认:0.01) |
结束百分比 | FLOAT | 是 | 0.0 - 1.0 | 引导应用的结束点,以总步数的百分比表示(默认:0.15) |
| 输出名称 | 数据类型 | 描述 |
|---|---|---|
模型 | MODEL | 应用了跳层引导的修改后模型 |