diff --git a/comfy/comfy_types/node_typing.py b/comfy/comfy_types/node_typing.py index d26b06016..99b4f5833 100644 --- a/comfy/comfy_types/node_typing.py +++ b/comfy/comfy_types/node_typing.py @@ -109,7 +109,7 @@ class InputTypeOptions(TypedDict): Ref: https://github.com/Comfy-Org/ComfyUI_frontend/pull/3364 """ forceInput: bool - """Defaults to an input slot rather than a widget""" + """Forces the input to be an input slot rather than a widget even a widget is available for the input type.""" lazy: bool """Declares that this input uses lazy evaluation""" rawLink: bool