From e4b39c334581d0edd96d4c83908c318181b6ffe3 Mon Sep 17 00:00:00 2001 From: Austin Mroz Date: Thu, 24 Apr 2025 12:53:11 -0500 Subject: [PATCH] Document required version for widgetType --- comfy/comfy_types/node_typing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy/comfy_types/node_typing.py b/comfy/comfy_types/node_typing.py index 2f61823e6..4ceeb3468 100644 --- a/comfy/comfy_types/node_typing.py +++ b/comfy/comfy_types/node_typing.py @@ -122,6 +122,7 @@ class InputTypeOptions(TypedDict): """ widgetType: NotRequired[str] """Specifies a type to be used for widget initialization if different from the input type. + Available from frontend v1.18.0 https://github.com/Comfy-Org/ComfyUI_frontend/pull/3550""" # class InputTypeNumber(InputTypeOptions): # default: float | int