Skip to main content
The RescaleCFG node is designed to adjust the conditioning and unconditioning scales of a model’s output based on a specified multiplier, aiming to achieve a more balanced and controlled generation process. It operates by rescaling the model’s output to modify the influence of conditioned and unconditioned components, thereby potentially enhancing the model’s performance or output quality.

Inputs

ParameterDescriptionData Type
modelThe model parameter represents the generative model to be adjusted. It is crucial as the node applies a rescaling function to the model’s output, directly influencing the generation process.MODEL
multiplierThe multiplier parameter controls the extent of rescaling applied to the model’s output. It determines the balance between the original and rescaled components, affecting the final output’s characteristics.FLOAT

Outputs

ParameterDescriptionData Type
modelThe modified model with adjusted conditioning and unconditioning scales. This model is expected to produce outputs with potentially enhanced characteristics due to the applied rescaling.MODEL
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub