From 358c45c93520bd17cb6e64ddc9dd9b08e8ec03cd Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Tue, 4 Mar 2025 11:20:14 -0500 Subject: [PATCH] Update comfy/comfy_types/node_typing.py Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com> --- comfy/comfy_types/node_typing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/comfy_types/node_typing.py b/comfy/comfy_types/node_typing.py index 331987c6..6146b70f 100644 --- a/comfy/comfy_types/node_typing.py +++ b/comfy/comfy_types/node_typing.py @@ -135,7 +135,7 @@ class InputTypeOptions(TypedDict): remote: RemoteInputOptions """Specifies the configuration for a remote input.""" control_after_generate: bool - """Specifies whether a control widget should be added to the input. Currently only used for INT and COMBO types.""" + """Specifies whether a control widget should be added to the input, adding options to automatically change the value after each prompt is queued. Currently only used for INT and COMBO types.""" class HiddenInputTypeDict(TypedDict):