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 PerpNegGuider node creates a guidance system for controlling image generation using perpendicular negative conditioning. It takes positive, negative, and empty conditioning inputs and applies a specialized guidance algorithm to steer the generation process. This node is designed for testing purposes and provides fine control over the guidance strength and negative scaling.

Inputs

ParameterData TypeRequiredRangeDescription
modelMODELYes-The model to use for guidance generation
positiveCONDITIONINGYes-The positive conditioning that guides the generation toward desired content
negativeCONDITIONINGYes-The negative conditioning that guides the generation away from unwanted content
empty_conditioningCONDITIONINGYes-The empty or neutral conditioning used as a baseline reference
cfgFLOATNo0.0 - 100.0The classifier-free guidance scale that controls how strongly the conditioning influences the generation (default: 8.0)
neg_scaleFLOATNo0.0 - 100.0The negative scaling factor that adjusts the strength of negative conditioning (default: 1.0)

Outputs

Output NameData TypeDescription
guiderGUIDERA configured guidance system ready for use in the generation pipeline