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 PerpNeg node applies perpendicular negative guidance to a model’s sampling process. This node modifies the model’s configuration function to adjust noise predictions using negative conditioning and scaling factors. It has been deprecated and replaced by the PerpNegGuider node for improved functionality.

Inputs

ParameterData TypeRequiredRangeDescription
modelMODELYes-The model to apply perpendicular negative guidance to
empty_conditioningCONDITIONINGYes-Empty conditioning used for negative guidance calculations
neg_scaleFLOATNo0.0 - 100.0Scaling factor for negative guidance (default: 1.0)

Outputs

Output NameData TypeDescription
modelMODELThe modified model with perpendicular negative guidance applied
Note: This node is deprecated and has been replaced by PerpNegGuider. It is marked as experimental and should not be used in production workflows.