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 LatentApplyOperationCFG node applies a latent operation to modify the conditioning guidance process in a model. It works by intercepting the conditioning outputs during the classifier-free guidance (CFG) sampling process and applying the specified operation to the latent representations before they are used for generation.

Inputs

ParameterData TypeRequiredRangeDescription
modelMODELYes-The model to which the CFG operation will be applied
operationLATENT_OPERATIONYes-The latent operation to apply during the CFG sampling process

Outputs

Output NameData TypeDescription
modelMODELThe modified model with the CFG operation applied to its sampling process