mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-06-15 07:45:31 +08:00
wip
This commit is contained in:
parent
d9fa9d307f
commit
e73c78e292
@ -220,6 +220,13 @@ class ComfyNodeABC(ABC):
|
|||||||
"""Flags a node as experimental, informing users that it may change or not work as expected."""
|
"""Flags a node as experimental, informing users that it may change or not work as expected."""
|
||||||
DEPRECATED: bool
|
DEPRECATED: bool
|
||||||
"""Flags a node as deprecated, indicating to users that they should find alternatives to this node."""
|
"""Flags a node as deprecated, indicating to users that they should find alternatives to this node."""
|
||||||
|
REQUIRED_FRONTEND_VERSION: str
|
||||||
|
"""The minimum version of the ComfyUI frontend required to load this node.
|
||||||
|
|
||||||
|
Usage::
|
||||||
|
|
||||||
|
REQUIRED_FRONTEND_VERSION = "1.9.7"
|
||||||
|
"""
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user