mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-24 01:56:59 +08:00
7 lines
218 B
Python
7 lines
218 B
Python
|
|
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.'''
|
||
|
|
...
|
||
|
|
|