Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Differential Diffusion node modifies the denoising process by applying a binary mask based on timestep thresholds. It creates a mask that blends between the original denoise mask and a threshold-based binary mask, allowing controlled adjustment of the diffusion process strength.

Inputs

ParameterData TypeRequiredRangeDescription
modelMODELYes-The diffusion model to modify
strengthFLOATNo0.0 - 1.0Controls the blending strength between the original denoise mask and the binary threshold mask (default: 1.0)

Outputs

Output NameData TypeDescription
modelMODELThe modified diffusion model with updated denoise mask function