mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-26 17:59:54 +08:00
Fix CFG Override tooltip
This commit is contained in:
parent
f4f350fcda
commit
370f0239f2
@ -1141,7 +1141,7 @@ class CFGOverride(io.ComfyNode):
|
|||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="CFGOverride",
|
node_id="CFGOverride",
|
||||||
display_name="CFG Override",
|
display_name="CFG Override",
|
||||||
description="Override cfg to a fixed value over a [start, end] percent slice of the steps. "
|
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="sampling/custom_sampling",
|
||||||
inputs=[
|
inputs=[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user