Inputs
| Parameter | Description | Data Type | Required | Range |
|---|---|---|---|---|
model | The model to apply skip layer guidance to | MODEL | Yes | - |
double_layers | Comma-separated list of double block layer indices to skip (default: “7, 8, 9”) | STRING | No | - |
single_layers | Comma-separated list of single block layer indices to skip (default: “7, 8, 9”) | STRING | No | - |
start_percent | The starting percentage of the denoising process when skip layer guidance begins (default: 0.0) | FLOAT | No | 0.0 - 1.0 |
end_percent | The ending percentage of the denoising process when skip layer guidance stops (default: 1.0) | FLOAT | No | 0.0 - 1.0 |
double_layers and single_layers contain valid layer indices. If both are empty, the node returns the original model unchanged. The skip layer guidance is active only when the current denoising step’s sigma value falls between start_percent and end_percent (converted to sigma values internally).
Outputs
| Output Name | Description | Data Type |
|---|---|---|
model | The modified model with skip layer guidance applied to the specified layers | MODEL |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Source fingerprint (SHA-256):
f153348d75cf3b52d7d7d541f7467e51c797e1fe5844516591db7a191415cdb2