ComfyUI Node
Forward Diffusion (Add Scheduled Noise)
A ComfyUI node in Latent/Noise with 6 inputs and 1 output.
Forward Diffusion (Add Scheduled Noise)
- model
- latent
- mask
- LATENT
◄seed0►
◄steps20►
◄noise_strength0.80►
CategoryLatent/Noise
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | Diffusion model that defines the forward noise schedule. | |
| latent | LATENT | Clean latent to push forward along the schedule. | |
| seed | INT | 00–18446744073709550000 | Seed for the forward diffusion noise. |
| steps | INT | 201–10000 | Number of steps in the sampler's schedule. |
| noise_strength | FLOAT | 0.800–1 | The point in the schedule to noise to. Must match the KSampler's effective start step. |
| maskopt | MASK | Optional mask (often image-sized) to limit the noising to masked areas. The mask is resized to latent resolution (bicubic when downscaling). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LATENT | LATENT | — |