Classifier-free guidance computes two noise predictions at every step: one conditioned on the prompt, one unconditioned (or conditioned on the negative prompt). The final prediction starts from the unconditioned one and gets pushed toward the conditioned one by the gap between them — the CFG scale is the multiplier on how far that push goes.
A low value stays close to the unconditioned prediction, so the prompt is only loosely reflected and results vary more freely. A high value pushes hard toward the condition, making prompted elements read more vividly — but pushed too far, it shows up as over-saturated color or unnaturally harsh edges, the visible side effect of over-guidance.
The right range differs by model and sampler, and default values differ by tool, so no specific number is presented here as a universal answer. It is safer to hold the prompt and seed fixed and sweep this one value to find what suits your own model.
The demo below is a simulation, not the real guidance math — it marks a "target" with a dashed circle and procedurally shows a shape drawing closer to and more saturated toward that target as the CFG value rises, breaking into jagged edges once it goes too high.
When to use
Raise it to make the prompt read more strongly; lower it when results look exaggerated or unnatural. Nudging it gradually with the seed fixed works better than pushing to an extreme.