From 889eab111b1dc470564b99c4ed6bfc97dd466276 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Wed, 9 Apr 2025 14:00:53 -0400 Subject: [PATCH] nit --- 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 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