mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-23 00:09:32 +08:00
Update CFG Override category
This commit is contained in:
parent
5ab979c404
commit
03b4a7d7db
@ -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),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user