mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-12 19:50:05 +08:00
Mention image generation in tsr_k's tooltip
This commit is contained in:
parent
c2d073ecbf
commit
fbf9e0063a
@ -90,7 +90,7 @@ class TemporalScoreRescaling(io.ComfyNode):
|
|||||||
"tsr_k",
|
"tsr_k",
|
||||||
tooltip=(
|
tooltip=(
|
||||||
"Controls the rescaling strength.\n"
|
"Controls the rescaling strength.\n"
|
||||||
"Lower k produces more detailed results; higher k produces smoother results. Setting k = 1 disables rescaling."
|
"Lower k produces more detailed results; higher k produces smoother results in image generation. Setting k = 1 disables rescaling."
|
||||||
),
|
),
|
||||||
default=0.95,
|
default=0.95,
|
||||||
min=0.01,
|
min=0.01,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user