diff --git a/comfy/comfy_types/node_typing.py b/comfy/comfy_types/node_typing.py index 331987c64..6146b70f8 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):