This commit is contained in:
benceruleanlu 2025-05-18 17:55:07 -04:00
parent a4082021f6
commit e4fa0bc1df

View File

@ -237,7 +237,7 @@ class ComfyNodeABC(ABC):
API_NODE: Optional[bool] API_NODE: Optional[bool]
"""Flags a node as an API node. See: https://docs.comfy.org/tutorials/api-nodes/overview.""" """Flags a node as an API node. See: https://docs.comfy.org/tutorials/api-nodes/overview."""
HELP: Optional[str] HELP: Optional[str]
"""Optional long help text for the node, shown in detailed node documentation panels.""" """The markdown help text for the node. Used to inform users about the node in general."""
@classmethod @classmethod
@abstractmethod @abstractmethod