ComfyUI Node
Latent Frequency Split
A ComfyUI node in Latent/Filter with 3 inputs and 2 outputs.
Latent Frequency Split
- latent
- mask
- low_pass
- high_pass
◄sigma1.5►
CategoryLatent/Filter
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| latent | LATENT | Latent to decompose into low/high frequency bands. | |
| sigma | FLOAT | 1.50–20 | Radius of the Gaussian used for the low-pass. Higher values move detail into the high band. |
| maskopt | MASK | Optional mask (often image-sized) to limit the split to masked areas. The mask is resized to latent resolution (bicubic when downscaling). |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| low_pass | LATENT | — |
| high_pass | LATENT | — |