Attempting to simplify node list definition in a python file via NODES_LIST

This commit is contained in:
kosinkadink1@gmail.com
2025-05-31 15:24:37 -07:00
parent 8b331c5ca2
commit de86d8e32b
3 changed files with 22 additions and 10 deletions

View File

@@ -501,6 +501,7 @@ class classproperty(object):
class ComfyNodeV3(ABC):
"""Common base class for all V3 nodes."""
RELATIVE_PYTHON_MODULE = None
#############################################
# V1 Backwards Compatibility code
#--------------------------------------------