Mention image generation in tsr_k's tooltip

This commit is contained in:
chaObserv 2025-10-15 22:40:38 +08:00
parent c2d073ecbf
commit fbf9e0063a

View File

@ -90,7 +90,7 @@ class TemporalScoreRescaling(io.ComfyNode):
"tsr_k",
tooltip=(
"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,
min=0.01,