This commit is contained in:
Chenlei Hu 2025-04-09 14:00:53 -04:00
parent 8194a49bac
commit 889eab111b

View File

@ -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