Update CFG Override category

This commit is contained in:
Alexis Rolland 2026-06-14 09:36:01 +08:00
parent 5ab979c404
commit 03b4a7d7db

View File

@ -1143,7 +1143,7 @@ class CFGOverride(io.ComfyNode):
display_name="CFG Override", display_name="CFG Override",
description="Override cfg to a fixed value over a [start, end] percent (sigma) range. " description="Override cfg to a fixed value over a [start, end] percent (sigma) range. "
"With multiple overrides, the one nearest the sampler wins on overlap.", "With multiple overrides, the one nearest the sampler wins on overlap.",
category="sampling/custom_sampling", category="model/sampling/guiders",
inputs=[ inputs=[
io.Model.Input("model"), io.Model.Input("model"),
io.Float.Input("cfg", default=1.0, min=0.0, max=100.0, step=0.1, round=0.01), io.Float.Input("cfg", default=1.0, min=0.0, max=100.0, step=0.1, round=0.01),