Skip to content

v0.2.9

Compare
Choose a tag to compare
@KaruroChori KaruroChori released this 09 Sep 23:06
· 27 commits to master since this release

Yay! 🎈 πŸŽ‰ .
This release fixes some bugs in the code generation from the JSON workflow data which I missed before.
It also introduces some CLI utils to simplify certain operations that up to this point had to be run via REPL or in a normal script:

  • Automatic generation of ts code for a workflow from any supported image with metadata.
  • Automatic type interface generation from a ComfyUI instance.

While both operations were possible before, having them exposed as a commands outside ts means more flexibility in their usage.
Since the infrastructure is there, I will also consider more applications where an additional CLI interface can be of value.