ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

v0.0.1 Frontend API

Open robinjhuang opened this issue 4 months ago • 0 comments

Background

Currently many custom nodes break during ComfyUI updates because they are using functions where the implementation or definition changes. This occurs in both the frontend and backend. Our goal is to provide a Python and JS API that is backwards compatible and stable for node developers to use.

More info

In Scope

  • Ship v0.0.1 of the Open-Source frontend API with backward-compatibility support
  • Explicit extension points
  • Should be Vue agnostic if possible

robinjhuang avatar Jun 18 '25 20:06 robinjhuang