mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-06-12 15:57:01 +08:00
7 lines
213 B
Python
7 lines
213 B
Python
class ComfyNodeInternal:
|
|
"""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."""
|
|
...
|
|
|