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 CFGZeroStar node applies a specialized guidance scaling technique to diffusion models. It modifies the classifier-free guidance process by calculating an optimized scale factor based on the difference between conditional and unconditional predictions. This approach adjusts the final output to provide enhanced control over the generation process while maintaining model stability.

Inputs

ParameterData TypeInput TypeDefaultRangeDescription
modelMODELrequired--The diffusion model to be modified with the CFGZeroStar guidance scaling technique

Outputs

Output NameData TypeDescription
patched_modelMODELThe modified model with CFGZeroStar guidance scaling applied