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

# SkipLayerGuidanceSD3 - ComfyUI Built-in Node Documentation

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

# SkipLayerGuidanceSD3 节点

SkipLayerGuidanceSD3 节点通过应用一组额外的跳层无分类器引导来增强对细节结构的引导。该实验性实现受到扰动注意力引导的启发，通过在负向条件处理过程中选择性绕过特定层，以改善生成输出中的结构细节。

## 输入参数

| 参数      | 数据类型   | 必填 | 取值范围       | 描述                           |
| ------- | ------ | -- | ---------- | ---------------------------- |
| `模型`    | 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 | 应用了跳层引导的修改后模型 |
