@comfyui-node-basics
ComfyUI 使用 Python 类来定义节点。 V3 API 是当前推荐的方法。节点继承自io.ComfyNode并定义一个schema+execute方法。