mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
add missing type
This commit is contained in:
parent
81c9a7c561
commit
82d0edf121
@ -11,6 +11,7 @@ class CustomNode(Protocol):
|
||||
RETURN_TYPES: ClassVar[Tuple[str]]
|
||||
RETURN_NAMES: ClassVar[Tuple[str]] = None
|
||||
OUTPUT_IS_LIST: ClassVar[Tuple[bool]] = None
|
||||
INPUT_IS_LIST: ClassVar[bool] = None
|
||||
FUNCTION: ClassVar[str]
|
||||
CATEGORY: ClassVar[str]
|
||||
OUTPUT_NODE: ClassVar[bool] = None
|
||||
|
||||
Loading…
Reference in New Issue
Block a user