V3: renamed DEFINE_SCHEMA to define_schema

This commit is contained in:
bigcat88
2025-07-16 11:24:46 +03:00
parent 8beead753a
commit c3334ae813
10 changed files with 58 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
class ComfyNodeInternal:
'''Class that all V3-based APIs inhertif from for ComfyNode.
This is intended to only be referenced within execution.py, as it has to handle all V3 APIs going forward.'''
"""Class that all V3-based APIs inherit from for ComfyNode.
This is intended to only be referenced within execution.py, as it has to handle all V3 APIs going forward."""
...